mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Missing help_mode
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user