2024-11-28 20:09:06 +01:00
%Error: t/t_param_noval_bad.v:7:22: Parameter without default value is never given value (IEEE 1800-2023 6.20.1): 'P'
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2024-11-28 20:09:06 +01:00
7 | module t #(parameter P, parameter type T);
2020-04-04 02:07:46 +02:00
| ^
2025-04-05 23:10:28 +02:00
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2024-11-28 20:09:06 +01:00
%Error: t/t_param_noval_bad.v:7:40: Parameter type without default value is never given value (IEEE 1800-2023 6.20.1): 'T'
: ... note: In instance 't'
7 | module t #(parameter P, parameter type T);
| ^
2023-02-03 00:25:25 +01:00
%Warning-WIDTHTRUNC: t/t_param_noval_bad.v:10:7: Logical operator GENFOR expects 1 bit on the For Test Condition, but For Test Condition's VARREF 'P' generates 32 bits.
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
10 | for (j=0; P; j++)
| ^~~
2023-02-03 00:25:25 +01:00
... For warning description see https://verilator.org/warn/WIDTHTRUNC?v=latest
... Use "/* verilator lint_off WIDTHTRUNC */" and lint_on around source to disable this message.
2020-03-21 16:24:24 +01:00
%Error: t/t_param_noval_bad.v:10:7: Non-genvar used in generate for: 'j'
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
10 | for (j=0; P; j++)
| ^~~
2020-03-21 16:24:24 +01:00
%Error: t/t_param_noval_bad.v:10:7: Loop unrolling failed.
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
10 | for (j=0; P; j++)
| ^~~
2020-06-10 01:20:16 +02:00
%Error-UNSUPPORTED: t/t_param_noval_bad.v:10:7: Unsupported: Can't unroll generate for; Unable to unroll loop
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
10 | for (j=0; P; j++)
| ^~~
2025-04-05 23:10:28 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2020-03-21 16:24:24 +01:00
%Error: t/t_param_noval_bad.v:10:7: For loop doesn't have genvar index, or is malformed
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
10 | for (j=0; P; j++)
| ^~~
2025-09-11 13:01:36 +02:00
%Error: Exiting due to