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.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index be60f4c19..84a53c866 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -867,7 +867,8 @@ package body Netlists.Disp_Vhdl is
null;
when Id_Output =>
Disp_Template (" \o0 <= \i0; -- (output)" & NL, Inst);
- when Id_Inout =>
+ when Id_Inout
+ | Id_Iinout =>
-- Gates inout are special: output 1 must be connected to an
-- output (with the is_inout flag set) of the module.
Disp_Template (" \o1 <= \i0; -- (inout - port)" & NL, Inst);