MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
620 stars 138 forks source link

Handle $bits of expressions that overflow a 32-bit size #943

Closed MikePopoloski closed 6 months ago

MikePopoloski commented 6 months ago

Turns out slang already has the same behavior as all other tools I tried, which is to let the size overflow and become negative. shrug