mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Revert "add MUX support"
It turns out that they make everything worse and they don't PnR.
This reverts commit 3eff2271d0
.
This commit is contained in:
parent
96efa63f16
commit
2fb20f184a
3 changed files with 0 additions and 17 deletions
|
@ -196,7 +196,6 @@ 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