3
0
Fork 0
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:
Eddie Hung 2019-09-06 15:46:15 -07:00
parent 74eac76699
commit 5344bfe637
2 changed files with 11 additions and 7 deletions

View file

@ -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