Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@sthenic sthenic released this 28 Nov 19:04
· 3 commits to master since this release

Fixed

  • Support the syntax `WIDTH'hF0, i.e. where the size specifier of a sized
    integer literal is the result of a macro expansion. Many parsers seem to
    support this syntax even though the standard appears to define this as not
    legal Verilog since macros are not allowed to break number tokens.