Missing help_mode

This commit is contained in:
Eddie Hung 2019-05-02 11:14:28 -07:00
parent 3b5e8c86a4
commit d05ac7257e
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ struct SynthXilinxPass : public ScriptPass
// cells for identifying variable-length shift registers,
// so attempt to convert $pmux-es to the former
// Also: wide multiplexer inference benefits from this too
if (!nosrl || !nomux)
if (!nosrl || !nomux || help_mode)
run("pmux2shiftx", "(skip if '-nosrl' and '-nomux')");
run("opt -fast -full");