3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-29 22:40:12 +00:00

Added greenpak4_dffinv

This commit is contained in:
Clifford Wolf 2016-08-15 09:33:06 +02:00
parent f0a8713fea
commit 5d90a5b905
3 changed files with 199 additions and 0 deletions

View file

@ -185,6 +185,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
run("attrmvcp -attr src -attr LOC t:GP_OBUF t:GP_OBUFT t:GP_IOBUF n:*");
run("attrmvcp -attr src -attr LOC -driven t:GP_IBUF n:*");
run("techmap -map +/greenpak4/cells_map.v");
run("greenpak4_dffinv");
run("clean");
}