verilator/test_regress/t/t_clocking_bad1.out

7 lines
366 B
Plaintext
Raw Normal View History

%Error: t/t_clocking_bad1.v:16:12: Only one default clocking block allowed per module (IEEE 1800-2023 14.12)
: ... note: In instance 't'
2022-12-23 13:34:49 +01:00
16 | default clocking @(posedge clk);
| ^~~~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2022-12-23 13:34:49 +01:00
%Error: Exiting due to