3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 20:38:44 +00:00

Missing help_mode

This commit is contained in:
Eddie Hung 2019-05-02 11:14:28 -07:00
parent 3b5e8c86a4
commit d05ac7257e

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");