mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
greenpak4: Can now techmap inferred D latches (without set/reset or output inverter)
This commit is contained in:
parent
797c03997e
commit
c53a33143e
3 changed files with 17 additions and 0 deletions
|
@ -161,6 +161,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
|||
run("memory_map");
|
||||
run("opt -undriven -fine");
|
||||
run("techmap");
|
||||
run("techmap -map +/greenpak4/cells_latch.v");
|
||||
run("dfflibmap -prepare -liberty +/greenpak4/gp_dff.lib");
|
||||
run("opt -fast");
|
||||
if (retime || help_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue