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
Is it possible to support numeric constants with bit width and radix, of the form '? For example: 10'h3ff, which is a 10-bit wide constant with the value 3FF in hexadecimal, equivalent to 1023 in decimal.
The text was updated successfully, but these errors were encountered:
Is it possible to support numeric constants with bit width and radix, of the form '? For example: 10'h3ff, which is a 10-bit wide constant with the value 3FF in hexadecimal, equivalent to 1023 in decimal.
The text was updated successfully, but these errors were encountered: