1%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:28:21: Logic in path that feeds async reset, via signal: 't.rst2_bad_n'
2   28 |    wire  rst2_bad_n = rst0_n | rst1_n;
3      |                     ^
4                      ... For warning description see https://verilator.org/warn/CDCRSTLOGIC?v=latest
5                      ... Use "/* verilator lint_off CDCRSTLOGIC */" and lint_on around source to disable this message.
6%Warning-CDCRSTLOGIC:      See details in obj_vlt/t_cdc_async_bad/Vt_cdc_async_bad__cdc.txt
7%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:53:21: Logic in path that feeds async reset, via signal: 't.rst6a_bad_n'
8   53 |    wire rst6a_bad_n = rst6_bad_n ^ $c1("0");
9      |                     ^
10%Warning-CDCRSTLOGIC: t/t_cdc_async_bad.v:54:21: Logic in path that feeds async reset, via signal: 't.rst6b_bad_n'
11   54 |    wire rst6b_bad_n = rst6_bad_n ^ $c1("1");
12      |                     ^
13%Error: Exiting due to
14