You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}`
But during the dfflibmap pass, yosys returns this error:
11.1. Executing DFFLEGALIZE pass (convert FFs to types supported by the target).
ERROR: FF delayed_serial_adder.$auto$ff.cc:266:slice$94 (type $DFF_PN0) cannot be legalized: dffs with async set or reset are not supported
How can I solve that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have tried to define a DFFR on lib file like this:
` cell (DFFR) {
drive_strength : 1;
area : 75852;
cell_leakage_power : 86.212780;
}`
But during the dfflibmap pass, yosys returns this error:
11.1. Executing DFFLEGALIZE pass (convert FFs to types supported by the target).
ERROR: FF delayed_serial_adder.$auto$ff.cc:266:slice$94 (type $DFF_PN0) cannot be legalized: dffs with async set or reset are not supported
How can I solve that?
Beta Was this translation helpful? Give feedback.
All reactions