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
commit 9fa9a2b57b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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");
}