Added "shregmap" to synth_greenpak4

This commit is contained in:
Clifford Wolf 2016-04-23 10:31:19 +02:00
parent a24021ea20
commit f85cfa5666
1 changed files with 1 additions and 0 deletions

View File

@ -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");