mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
%Error: t/t_vlt_syntax_bad.vlt:9:20: sensitivity not expected for attribute
|
|
9 | public -module "t" @(posedge clk)
|
|
| ^
|
|
%Error: t/t_vlt_syntax_bad.vlt:10:1: isolate_assignments only applies to signals or functions/tasks
|
|
10 | isolate_assignments -module "t"
|
|
| ^~~~~~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|