verilator/test_regress/t/t_var_const_bad.out

6 lines
199 B
Plaintext
Raw Normal View History

%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