1
0
mirror of synced 2026-05-04 23:27:07 +00:00

Merge pull request #4746 from pu-cc/gatemate-mux-fix

synth_gatemate: Ensure proper mapping of multiplexers
This commit is contained in:
Miodrag Milanović
2024-11-15 16:30:41 +01:00
committed by GitHub

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");
}