mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
%Error: t/t_var_const_bad.v:17:7: Assigning to const variable: 'five'
|
|
: ... note: In instance 't'
|
|
17 | five = 3'd4;
|
|
| ^~~~
|
|
%Error: Exiting due to
|