aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-28 05:56:26 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-28 05:56:26 +0100
commitf156922d3362d7076da6f42f13804d11cc1b069a (patch)
tree9831572d8eee2d1296cebffd3f0442b2fa93aa90 /src/synth/netlists-dump.adb
parentc861fd507ef2261f1a0b8f3cdf1edcd4e61500ae (diff)
downloadghdl-f156922d3362d7076da6f42f13804d11cc1b069a.tar.gz
ghdl-f156922d3362d7076da6f42f13804d11cc1b069a.tar.bz2
ghdl-f156922d3362d7076da6f42f13804d11cc1b069a.zip
netlists: remove port_inout.
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r--src/synth/netlists-dump.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb
index 4c0c2b192..c008a1372 100644
--- a/src/synth/netlists-dump.adb
+++ b/src/synth/netlists-dump.adb
@@ -246,8 +246,6 @@ package body Netlists.Dump is
Put ("input");
when Port_Out =>
Put ("output");
- when Port_Inout =>
- Put ("inout");
end case;
Put (' ');
Dump_Name (P.Name);