1
0
Fork 0

Merge pull request #403 from ucb-bar/fix-incisive-warning

Fix Verilog compile warning from Cadence Incisive
This commit is contained in:
Scott Johnson 2016-10-18 10:48:32 -07:00 committed by GitHub
commit f069052969
1 changed files with 1 additions and 1 deletions

View File

@ -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.