aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-23 10:31:19 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-23 10:31:19 +0200
commitf85cfa56667e32ff9e165f9d957d05bde25342c0 (patch)
treea0ba64e2d66d535f47dfcfe052f2f93a1e17a715 /techlibs/greenpak4
parenta24021ea20bb70d0368c6b3e549a87fa5c4ab8ae (diff)
downloadyosys-f85cfa56667e32ff9e165f9d957d05bde25342c0.tar.gz
yosys-f85cfa56667e32ff9e165f9d957d05bde25342c0.tar.bz2
yosys-f85cfa56667e32ff9e165f9d957d05bde25342c0.zip
Added "shregmap" to synth_greenpak4
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r--techlibs/greenpak4/synth_greenpak4.cc1
1 files changed, 1 insertions, 0 deletions
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");