mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Perform D replacement properly
This commit is contained in:
parent
74eac76699
commit
5344bfe637
2 changed files with 11 additions and 7 deletions
|
@ -286,11 +286,6 @@ match ffDmux
|
|||
optional
|
||||
endmatch
|
||||
|
||||
code sigD
|
||||
if (ffDmux)
|
||||
sigD.replace(port(ffDmux, \Y), port(ffDmux, ffDenpol ? \B : \A));
|
||||
endcode
|
||||
|
||||
match ffMmux
|
||||
if param(dsp, \MREG).as_int() == 0
|
||||
if nusers(sigM) == 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue