mirror of
https://github.com/verilator/verilator.git
synced 2025-03-03 18:49:36 +00:00
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
%Error: t/t_param_default_bad.v:7:26: Parameter without initial value is never given value (IEEE 1800-2017 6.20.1): 'Foo'
|
|
: ... note: In instance 't.foo'
|
|
7 | module m #(parameter int Foo);
|
|
| ^~~
|
|
%Error: Exiting due to
|