mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 22:40:12 +00:00
Added greenpak4_dffinv
This commit is contained in:
parent
f0a8713fea
commit
5d90a5b905
3 changed files with 199 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue