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.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index f4e8e49f7..99a87d2f4 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -1297,6 +1297,8 @@ package body Netlists.Disp_Vhdl is
Put ("in");
when Port_Out =>
Put ("out");
+ when Port_Inout =>
+ raise Internal_Error;
end case;
Put (' ');
Put_Type (Desc.W);