3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

add MUX support

This commit is contained in:
Pepijn de Vos 2019-09-05 13:36:41 +02:00
parent ae93c034ad
commit 3eff2271d0
3 changed files with 17 additions and 0 deletions

View file

@ -196,6 +196,7 @@ struct SynthGowinPass : public ScriptPass
run("opt_clean");
if (!nodffe)
run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*");
run("muxcover -mux4");
run("techmap -map +/gowin/cells_map.v");
run("opt_expr -mux_undef");
run("simplemap");