From: Clifford Wolf Date: Sat, 23 Apr 2016 08:31:19 +0000 (+0200) Subject: Added "shregmap" to synth_greenpak4 X-Git-Tag: yosys-0.7~251^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f85cfa56667e32ff9e165f9d957d05bde25342c0;p=yosys.git Added "shregmap" to synth_greenpak4 --- diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index 10db06cd1..ec1b687b0 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -175,6 +175,7 @@ struct SynthGreenPAK4Pass : public ScriptPass if (check_label("map_cells")) { + run("shregmap -tech greenpak4"); run("dfflibmap -liberty +/greenpak4/gp_dff.lib"); run("techmap -map +/greenpak4/cells_map.v"); run("dffinit -ff GP_DFF Q INIT");