mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
add MUX support
This commit is contained in:
parent
ae93c034ad
commit
3eff2271d0
3 changed files with 17 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue