mirror of
https://github.com/verilator/verilator.git
synced 2025-01-13 01:54:02 +00:00
8 lines
451 B
Plaintext
8 lines
451 B
Plaintext
%Warning-CLKDATA: t/t_clk_scope_bad.v:36:12: Clock used as data (on rhs of assignment) in sequential block 'clk'
|
|
: ... In instance t.p2
|
|
36 | q <= d;
|
|
| ^
|
|
... For warning description see https://verilator.org/warn/CLKDATA?v=latest
|
|
... Use "/* verilator lint_off CLKDATA */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|