gatemate: run `simplemap` after `muxcover` to prevent unmapped multiplexers

This commit is contained in:
Patrick Urban 2024-11-15 09:49:49 +01:00
parent bbb6bbd12a
commit 77e1f748a5
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ struct SynthGateMatePass : public ScriptPass
}
run("muxcover " + muxcover_args);
run("opt -full");
run("simplemap");
run("techmap -map +/gatemate/mux_map.v");
}