2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:9:20: sensitivity not expected for attribute
|
2020-04-04 00:07:46 +00:00
|
|
|
9 | public -module "t" @(posedge clk)
|
|
|
|
| ^
|
2022-05-13 02:27:38 +00:00
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:11:1: isolate_assignments only applies to signals or functions/tasks
|
|
|
|
11 | isolate_assignments -module "t"
|
2020-04-04 00:07:46 +00:00
|
|
|
| ^~~~~~~~~~~~~~~~~~~
|
2022-05-13 02:27:38 +00:00
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:13:1: Argument -match only supported for lint_off
|
|
|
|
13 | tracing_off --file "*" -match "nothing"
|
|
|
|
| ^~~~~~~~~~~
|
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:15:1: Argument -scope only supported for tracing_on/off
|
|
|
|
15 | lint_off --rule UNOPTFLAT -scope "top*"
|
|
|
|
| ^~~~~~~~
|
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:16:1: Argument -scope only supported for tracing_on/off_off
|
|
|
|
16 | lint_off --rule UNOPTFLAT -scope "top*" -levels 0
|
|
|
|
| ^~~~~~~~
|
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:17:1: Argument -scope only supported for tracing_on/off
|
|
|
|
17 | lint_on --rule UNOPTFLAT -scope "top*"
|
|
|
|
| ^~~~~~~
|
|
|
|
%Error: t/t_vlt_syntax_bad.vlt:18:1: Argument -scope only supported for tracing_on/off_off
|
|
|
|
18 | lint_on --rule UNOPTFLAT -scope "top*" -levels 0
|
|
|
|
| ^~~~~~~
|
2020-01-12 09:03:17 +00:00
|
|
|
%Error: Exiting due to
|