verilator/test_regress/t/t_clocking_unsup1.out

12 lines
586 B
Plaintext
Raw Normal View History

2024-06-07 14:30:58 +02:00
%Error-UNSUPPORTED: t/t_clocking_unsup1.v:14:15: Unsupported: clocking event edge override
14 | output posedge #1 a;
2022-12-23 13:34:49 +01:00
| ^~~~~~~
2024-06-07 14:30:58 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_clocking_unsup1.v:15:15: Unsupported: clocking event edge override
15 | output negedge #1 b;
2022-12-23 13:34:49 +01:00
| ^~~~~~~
2024-06-07 14:30:58 +02:00
%Error-UNSUPPORTED: t/t_clocking_unsup1.v:16:15: Unsupported: clocking event edge override
16 | output edge #1 b;
2022-12-23 13:34:49 +01:00
| ^~~~
%Error: Exiting due to