verilator/test_regress/t/t_lint_syncasyncnet_bad.out
2019-07-14 21:42:03 -04:00

10 lines
548 B
Plaintext

%Warning-SYNCASYNCNET: t/t_lint_syncasyncnet_bad.v:15: Signal flopped as both synchronous and async: 'rst_both_l'
t/t_lint_syncasyncnet_bad.v:90: ... Location of async usage
q2 <= (~rst_both_l) ? 1'b0 : d;
^~~~~~~~~~
t/t_lint_syncasyncnet_bad.v:58: ... Location of sync usage
q2 <= (rst_both_l) ? d : 1'b0;
^~~~~~~~~~
... Use "/* verilator lint_off SYNCASYNCNET */" and lint_on around source to disable this message.
%Error: Exiting due to