diff options
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r-- | src/synth/netlists-dump.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb index b3effff05..8a018788d 100644 --- a/src/synth/netlists-dump.adb +++ b/src/synth/netlists-dump.adb @@ -221,6 +221,8 @@ package body Netlists.Dump is Put ("input"); when Port_Out => Put ("output"); + when Port_Inout => + raise Internal_Error; end case; Put (' '); Dump_Name (Desc.Name); |