Closed mkorbel1 closed 3 years ago
A constant definition such as:
5'b 01010
gives an error related to undefined variable "b"
Thank you for filing this issue! The specification is far more generous in allowing whitespace in number literals than I previously realized. This should be fixed as of 25fe57f75a5ac7fb2258578ad4fde915eff10a05.
A constant definition such as:
gives an error related to undefined variable "b"