mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Retry on fixing TODOs
This commit is contained in:
parent
52583ecff8
commit
77d7a5c14a
2 changed files with 1 additions and 13 deletions
|
@ -79,11 +79,6 @@ endcode
|
|||
// (attached to at most two $mux cells that implement clock-enable or
|
||||
// reset functionality, using the in_dffe subpattern)
|
||||
code argQ ffC ffCcemux ffCrstmux ffCcepol ffCrstpol sigC clock
|
||||
// TODO: Any downside to allowing this?
|
||||
// If this DSP implements an accumulator, do not attempt to match
|
||||
if (sigC == sigP)
|
||||
reject;
|
||||
|
||||
argQ = sigC;
|
||||
subpattern(in_dffe);
|
||||
if (dff) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue