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
for any input or intermediate vector or number a, constant C and output o the following verilog should compile and output the correct BLIF. o = a >>> C;
Current Behaviour
Current behavior causes the ODIN II compiler to exit with an unsupported message.
Possible Solution
Context
The text was updated successfully, but these errors were encountered:
Proposed Behaviour
for any input or intermediate vector or number
a
, constantC
and outputo
the following verilog should compile and output the correct BLIF.o = a >>> C;
Current Behaviour
Current behavior causes the ODIN II compiler to exit with an unsupported message.
Possible Solution
Context
The text was updated successfully, but these errors were encountered: