forked from github/verilator
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
%Warning-CLKDATA: t/t_clk_scope_bad.v:35: Clock used as data (on rhs of assignment) in sequential block 'clk'
|
|
: ... In instance t.p2
|
|
q <= d;
|
|
^
|
|
... Use "/* verilator lint_off CLKDATA */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|