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
I noticed that unsized literal number constants with the base specified ('d0) are supported but if the base is not specified ('d) it raises a ParseError exception :
Hello,
I noticed that unsized literal number constants with the base specified (
'd0
) are supported but if the base is not specified ('d
) it raises a ParseError exception :Note that some tools appear to treat
'0
and'd0
differently : ModelSimI have never worked with lex or yacc but I might dig into it to try implementing this.
The text was updated successfully, but these errors were encountered: