2022-10-22 19:45:48 +02:00
|
|
|
%Error-CONTASSREG: t/t_lint_contassreg_bad.v:14:11: Continuous assignment to reg, perhaps intended wire (IEEE 1364-2005 6.1; Verilog only, legal in SV): 'r'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2022-10-22 19:45:48 +02:00
|
|
|
14 | assign r = 1'b0;
|
|
|
|
|
| ^
|
|
|
|
|
... For error description see https://verilator.org/warn/CONTASSREG?v=latest
|
|
|
|
|
%Error: Exiting due to
|