parent
dbc5e7c494
commit
618468a06b
@ -2,7 +2,7 @@
|
||||
|
||||
// No default parameter values are intended, nor does IEEE 1800-2012 require them (clause A.2.4 param_assignment),
|
||||
// but Incisive demands them. These default values should never be used.
|
||||
module plusarg_reader #(string FORMAT="borked", int DEFAULT=0) (
|
||||
module plusarg_reader #(string FORMAT="borked=%d", int DEFAULT=0) (
|
||||
output [31:0] out
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user