mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
gatemate: run simplemap
after muxcover
to prevent unmapped multiplexers
This commit is contained in:
parent
bbb6bbd12a
commit
77e1f748a5
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
}
|
||||
run("muxcover " + muxcover_args);
|
||||
run("opt -full");
|
||||
run("simplemap");
|
||||
run("techmap -map +/gatemate/mux_map.v");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue