vunit
vunit copied to clipboard
raise LocationException.warning
if we use the uvm_pkg.sv and the included files we get a lot of warnings and they are senseless! How can we suppress the output on the display.
can you add a option to the LocationException raise LocationException.warning(f"Missing value for argument {name!s}", token.location, display=none)
1000 warning by parsing the defines in (system)verilog files
two old issues to this stuff https://github.com/VUnit/vunit/issues/430 https://github.com/VUnit/vunit/issues/423