2019-07-12 02:09:30 +00:00
|
|
|
%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:27: Logic in path that feeds async reset, via signal: 't.rst2_bad_n'
|
2019-07-15 01:42:03 +00:00
|
|
|
wire rst2_bad_n = rst0_n | rst1_n;
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off CDCRSTLOGIC */" and lint_on around source to disable this message.
|
2018-11-03 18:59:04 +00:00
|
|
|
%Warning-CDCRSTLOGIC: See details in obj_vlt/t_cdc_async_bad/Vt_cdc_async_bad__cdc.txt
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:52: Logic in path that feeds async reset, via signal: 't.rst6a_bad_n'
|
2019-07-15 01:42:03 +00:00
|
|
|
wire rst6a_bad_n = rst6_bad_n ^ $c1("0");
|
|
|
|
^
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:53: Logic in path that feeds async reset, via signal: 't.rst6b_bad_n'
|
2019-07-15 01:42:03 +00:00
|
|
|
wire rst6b_bad_n = rst6_bad_n ^ $c1("1");
|
|
|
|
^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|