aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/execution.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-16 05:20:04 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-16 05:20:04 +0100
commit41ba0f0fe89032eba308eef964bc6235fefa065f (patch)
tree479243bb0d4e9b2b50123179816be78a699dfe08 /src/vhdl/simulate/execution.adb
parent349fd0f7c940d11b4d4d6ee5b5e5d4f070896140 (diff)
downloadghdl-41ba0f0fe89032eba308eef964bc6235fefa065f.tar.gz
ghdl-41ba0f0fe89032eba308eef964bc6235fefa065f.tar.bz2
ghdl-41ba0f0fe89032eba308eef964bc6235fefa065f.zip
simulate: add port map.
Diffstat (limited to 'src/vhdl/simulate/execution.adb')
-rw-r--r--src/vhdl/simulate/execution.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/execution.adb b/src/vhdl/simulate/execution.adb
index f5aa56073..2ecf13ffb 100644
--- a/src/vhdl/simulate/execution.adb
+++ b/src/vhdl/simulate/execution.adb
@@ -3302,6 +3302,7 @@ package body Execution is
Parent => Instance,
Children => null,
Brother => null,
+ Ports_Map => Null_Iir,
Marker => Empty_Marker,
Objects => (others => null),
Elab_Objects => 0,