diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-11-16 05:20:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-11-16 05:20:04 +0100 |
commit | 41ba0f0fe89032eba308eef964bc6235fefa065f (patch) | |
tree | 479243bb0d4e9b2b50123179816be78a699dfe08 /src/vhdl/simulate/execution.adb | |
parent | 349fd0f7c940d11b4d4d6ee5b5e5d4f070896140 (diff) | |
download | ghdl-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.adb | 1 |
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, |