aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-04-16 19:03:15 +0200
committerTristan Gingold <tgingold@free.fr>2019-04-16 19:03:15 +0200
commit2ce8781f76e0c1695165196aaebf2fe50307d8d1 (patch)
tree3d60bae5ce8670ff48fb720f8a91b25b6ffbd9ba /src/synth/netlists-dump.adb
parentc7f21ce2263a90520c0b592ebaec56cd15239866 (diff)
downloadghdl-2ce8781f76e0c1695165196aaebf2fe50307d8d1.tar.gz
ghdl-2ce8781f76e0c1695165196aaebf2fe50307d8d1.tar.bz2
ghdl-2ce8781f76e0c1695165196aaebf2fe50307d8d1.zip
synth: minimal support of slices.
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r--src/synth/netlists-dump.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb
index 76438a6e1..ad13b1ee8 100644
--- a/src/synth/netlists-dump.adb
+++ b/src/synth/netlists-dump.adb
@@ -465,6 +465,7 @@ package body Netlists.Dump is
procedure Disp_Module (M : Module; Indent : Natural := 0) is
begin
+ -- Name and ports.
Dump_Module_Header (M, Indent);
-- Submodules.