mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +00:00
produce less cells
This commit is contained in:
parent
74289b7339
commit
989eef29b2
2 changed files with 4 additions and 2 deletions
|
@ -229,9 +229,10 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
|
||||
if (check_label("map_ffram"))
|
||||
{
|
||||
run("opt -fast -mux_undef -undriven -fine");
|
||||
//run("opt -fast -mux_undef -undriven -fine");
|
||||
run("memory_map");
|
||||
run("opt -undriven -fine -mux_undef");
|
||||
run("opt -full");
|
||||
//run("opt -undriven -fine -mux_undef");
|
||||
}
|
||||
|
||||
if (check_label("map_gates"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue