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
Changing wire to logic or reg eliminates that error message.
This may just be Verilator. Questa likes it, but Questa is very permissive. Icarus (iverilog) doesn't like assigning unpacked arrays at all so I have to break out all of the individual assignments to get it to not complain. I don't know what the spec says (but it doesn't matter). Do other simulators accept this?
The text was updated successfully, but these errors were encountered:
Run through
--export-verilog
produces:Which Verilator (4.110 and 5.018) chokes on:
Changing
wire
tologic
orreg
eliminates that error message.This may just be Verilator. Questa likes it, but Questa is very permissive. Icarus (iverilog) doesn't like assigning unpacked arrays at all so I have to break out all of the individual assignments to get it to not complain. I don't know what the spec says (but it doesn't matter). Do other simulators accept this?
The text was updated successfully, but these errors were encountered: