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