mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add FIXME about need for -mux4
This commit is contained in:
parent
c6b4653ebe
commit
f433a52374
2 changed files with 4 additions and 2 deletions
|
@ -275,6 +275,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("dff2dffe");
|
||||
if (!nomux || help_mode) {
|
||||
run("simplemap t:$mux", " (skip if -nomux)");
|
||||
// FIXME: Must specify mux4, even if we don't need it,
|
||||
// otherwise it will use mux8 as mux4
|
||||
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)");
|
||||
}
|
||||
run("opt -full");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue