forked from github/verilator
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
%Error: t/t_var_const_bad.v:16:7: Assigning to const variable: 'five'
|
|
: ... In instance t
|
|
five = 3'd4;
|
|
^~~~
|
|
%Error: Exiting due to
|