testbench import is happy now for Questa, but throws lint warning for VCS

This commit is contained in:
David Harris 2024-04-20 23:13:13 -07:00
parent fd6a6b2249
commit 1817ab2e11

View file

@ -33,7 +33,9 @@
`include "idv/idv.svh"
`endif
module testbench import cvw::*; ();
import cvw::*;
module testbench;
/* verilator lint_off WIDTHTRUNC */
/* verilator lint_off WIDTHEXPAND */
parameter DEBUG=0;