mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
7 lines
405 B
Plaintext
7 lines
405 B
Plaintext
%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'
|
|
: ... note: In instance 't'
|
|
14 | assign r = 1'b0;
|
|
| ^
|
|
... For error description see https://verilator.org/warn/CONTASSREG?v=latest
|
|
%Error: Exiting due to
|