mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
testbench import is happy now for Questa, but throws lint warning for VCS
This commit is contained in:
parent
fd6a6b2249
commit
1817ab2e11
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue