2024-11-28 20:09:06 +01:00
|
|
|
%Error: t/t_param_default_bad.v:7:26: Parameter without default value is never given value (IEEE 1800-2023 6.20.1): 'Foo'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.foo'
|
2020-04-04 02:07:46 +02:00
|
|
|
7 | module m #(parameter int Foo);
|
|
|
|
|
| ^~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2019-05-01 01:16:41 +02:00
|
|
|
%Error: Exiting due to
|