2025-09-16 19:25:40 +02:00
|
|
|
%Error: t/t_mod_interface_clocking_bad.v:16:25: Modport item is not a clocking block: 'reset'
|
|
|
|
|
16 | modport mp(input clk, clocking reset, clocking cx);
|
|
|
|
|
| ^~~~~~~~
|
|
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
|
|
|
%Error: t/t_mod_interface_clocking_bad.v:16:41: Modport item not found: 'cx'
|
|
|
|
|
16 | modport mp(input clk, clocking reset, clocking cx);
|
|
|
|
|
| ^~~~~~~~
|
2026-02-06 12:38:16 +01:00
|
|
|
%Error: t/t_mod_interface_clocking_bad.v:25:7: Can't find definition of 'cb' in dotted scope/variable: 'x.cb'
|
2025-09-05 14:27:46 +02:00
|
|
|
25 | x.cb.reset <= 1;
|
2026-02-06 12:38:16 +01:00
|
|
|
| ^~
|
|
|
|
|
... Known scopes under 'x': <no instances found>
|
2025-09-05 14:27:46 +02:00
|
|
|
%Error: Exiting due to
|