2020-03-21 15:24:24 +00:00
|
|
|
%Warning-CLKDATA: t/t_clk_scope_bad.v:36:12: Clock used as data (on rhs of assignment) in sequential block 'clk'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.p2
|
2020-04-04 00:07:46 +00:00
|
|
|
36 | q <= d;
|
|
|
|
| ^
|
2021-04-18 14:16:18 +00:00
|
|
|
... For warning description see https://verilator.org/warn/CLKDATA?v=4.201
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off CLKDATA */" and lint_on around source to disable this message.
|
2019-05-13 23:31:24 +00:00
|
|
|
%Error: Exiting due to
|