verilator/test_regress/t/t_param_default_bad.out

7 lines
374 B
Plaintext
Raw Normal View History

2026-03-10 02:38:29 +01:00
%Error: t/t_param_default_bad.v:8:19: Parameter without default value is never given value (IEEE 1800-2023 6.20.1): 'Foo'
: ... note: In instance 't.foo'
2026-03-10 02:38:29 +01:00
8 | parameter int Foo
| ^~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to