aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-disp_vhdl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-disp_vhdl.adb')
-rw-r--r--src/synth/netlists-disp_vhdl.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 23e1cb782..383d161d6 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -1261,6 +1261,11 @@ package body Netlists.Disp_Vhdl is
Disp_Template
(" \l0: assert \i0 = '1' severity note; -- assert_cover" & NL,
Inst);
+ when Id_Resolver =>
+ Disp_Template
+ (" \o0 <= \i0;" & NL, Inst);
+ Disp_Template
+ (" \o0 <= \i1;" & NL, Inst);
when others =>
Disp_Instance_Gate (Inst);
end case;