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
some designs we are testing use subsets of system verilog. These are supported in iverilog with the -g2012 option for example.
This then breaks in the caravel context because clocking is an SV keyword.
The text was updated successfully, but these errors were encountered:
caravel-lite/verilog/rtl/mgmt_core.v
Line 179 in 793bf63
some designs we are testing use subsets of system verilog. These are supported in iverilog with the -g2012 option for example.
This then breaks in the caravel context because clocking is an SV keyword.
The text was updated successfully, but these errors were encountered: