MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
546 stars 114 forks source link

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

Closed MikePopoloski closed 3 weeks ago

MikePopoloski commented 3 weeks 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