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
SystemVerilog style is started by typename. It is heavy to parse because token length of typename is not restricted (ex. PATH::PATH::PATH:: [too many path] ::TYPENAME)
So I think Rust style is better.
Modified SystemVerilog
assign a = 'TYPENAME(b);
This can be parsed easily. It may be confusable with SystemVerilog.
No description provided.
The text was updated successfully, but these errors were encountered: