mirror of https://github.com/YosysHQ/yosys.git
Missing help_mode
This commit is contained in:
parent
3b5e8c86a4
commit
d05ac7257e
|
@ -232,7 +232,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
// cells for identifying variable-length shift registers,
|
// cells for identifying variable-length shift registers,
|
||||||
// so attempt to convert $pmux-es to the former
|
// so attempt to convert $pmux-es to the former
|
||||||
// Also: wide multiplexer inference benefits from this too
|
// Also: wide multiplexer inference benefits from this too
|
||||||
if (!nosrl || !nomux)
|
if (!nosrl || !nomux || help_mode)
|
||||||
run("pmux2shiftx", "(skip if '-nosrl' and '-nomux')");
|
run("pmux2shiftx", "(skip if '-nosrl' and '-nomux')");
|
||||||
|
|
||||||
run("opt -fast -full");
|
run("opt -fast -full");
|
||||||
|
|
Loading…
Reference in New Issue