MikePopoloski / slang

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

Add a configureable limit for the size of a constant value #938

Open MikePopoloski opened 1 month ago

MikePopoloski commented 1 month ago

Nothing limits the size of constants during constant evaluation, which means it's pretty trivial to crash the compiler by defining huge constants.