mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 17:30:24 +00:00
Fix pmux2shiftx logic
This commit is contained in:
parent
23a73ca624
commit
5afa42432f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,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) || help_mode)
|
if (!(nosrl && nomux) || help_mode)
|
||||||
run("pmux2shiftx", "(skip if '-nosrl' and '-nomux')");
|
run("pmux2shiftx", "(skip if '-nosrl' and '-nomux')");
|
||||||
|
|
||||||
// Run a number of peephole optimisations, including one
|
// Run a number of peephole optimisations, including one
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue