Fix incorrect golden reference

This commit is contained in:
Nick Brereton 2026-03-02 23:56:17 -05:00
parent 3675c9e50e
commit 97fd113536
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%Error: t/t_tri_iface_eqcase_modport_bad.v:23:26: Can't find definition of 'd' in dotted variable/method: 'io_ifc.d'
23 | assign is_z = (io_ifc.d === 8'hzz);
| ^
%Error: t/t_tri_iface_eqcase_modport_bad.v:23:25: Can't find definition of 'd' in dotted variable/method: 'io_ifc.d'
23 | assign is_z = (io_ifc.d === 8'hzz);
| ^
... Known scopes under 'io_ifc': <no instances found>
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to