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