mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-11 00:23:26 +00:00
SB_MAC16 ffCD to not pack same as ffO
This commit is contained in:
parent
4100825b81
commit
a59f80834f
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ code argD ffO ffOholdmux ffOrstmux ffOholdpol ffOrstpol sigO sigCD clock clock_p
|
|||
endcode
|
||||
|
||||
code argQ ffCD ffCDholdmux ffCDholdpol ffCDrstpol sigCD clock clock_pol
|
||||
if (!sigCD.empty() &&
|
||||
if (!sigCD.empty() && sigCD != sigO &&
|
||||
(mul->type != \SB_MAC16 || (!param(mul, \C_REG).as_bool() && !param(mul, \D_REG).as_bool()))) {
|
||||
argQ = sigCD;
|
||||
subpattern(in_dffe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue