From f85cfa56667e32ff9e165f9d957d05bde25342c0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 23 Apr 2016 10:31:19 +0200 Subject: [PATCH] Added "shregmap" to synth_greenpak4 --- techlibs/greenpak4/synth_greenpak4.cc | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.30.2