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
This appears to be valid Verilog (it translates and simulates fine in Verilator), but throws an error when we try to push the design through the ASIC flow.
Note that there could also be a problem having code like this
If there are multiple assignments to the same signal, the following code is generated:
This appears to be valid Verilog (it translates and simulates fine in Verilator), but throws an error when we try to push the design through the ASIC flow.
Note that there could also be a problem having code like this
This is trickier to catch because of slices and such.
The text was updated successfully, but these errors were encountered: