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
Yosys does not seem to like have boolean statement in "next state": Warning: Found unsupported expression 'D*CLR' in pin attribute of cell 'rt_DFF6NOR_NPCLR' - skipping.
Any idea how to address this? Should I move to verilog entity descriptions?
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
-
According to the liberty file format description this is a valiud description for a DFF with synchrnous clear (see page 5-9)
`
cell(rt_DFF6NOR_NPCLR) {
}
`
Yosys does not seem to like have boolean statement in "next state":
Warning: Found unsupported expression 'D*CLR' in pin attribute of cell 'rt_DFF6NOR_NPCLR' - skipping.
Any idea how to address this? Should I move to verilog entity descriptions?
Beta Was this translation helpful? Give feedback.
All reactions