Open thomaspepler opened 1 month ago
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.
I suppose it is possible, but since OpenVAF is intended for compact models, those features are pretty low priority.
we would need to find out where in the code this parsing takes place
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.