Silence Verilog compile warning from Cadence Incisive
This commit is contained in:
parent
c8fc05d154
commit
dc4c375c7f
@ -22,7 +22,7 @@ module TestDriver;
|
||||
int unsigned rand_value;
|
||||
initial
|
||||
begin
|
||||
$value$plusargs("max-cycles=%d", max_cycles);
|
||||
void'($value$plusargs("max-cycles=%d", max_cycles));
|
||||
verbose = $test$plusargs("verbose");
|
||||
|
||||
// do not delete the line below.
|
||||
|
Loading…
Reference in New Issue
Block a user