2019-07-12 02:09:30 +00:00
|
|
|
%Warning-SYNCASYNCNET: t/t_lint_syncasyncnet_bad.v:15: Signal flopped as both synchronous and async: 'rst_both_l'
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_lint_syncasyncnet_bad.v:90: ... Location of async usage
|
2019-07-15 01:42:03 +00:00
|
|
|
q2 <= (~rst_both_l) ? 1'b0 : d;
|
|
|
|
^~~~~~~~~~
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_lint_syncasyncnet_bad.v:58: ... Location of sync usage
|
2019-07-15 01:42:03 +00:00
|
|
|
q2 <= (rst_both_l) ? d : 1'b0;
|
|
|
|
^~~~~~~~~~
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off SYNCASYNCNET */" and lint_on around source to disable this message.
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|