2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_const_bad.v:17:7: Assigning to const variable: 'five'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
17 | five = 3'd4;
|
|
|
|
|
| ^~~~
|
2019-05-03 00:45:32 +02:00
|
|
|
%Error: Exiting due to
|