aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index bde8fa62b..229edcb1b 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -371,6 +371,10 @@ package body Ghdlsynth is
Vhdl.Configuration.Add_Verification_Units;
+ if Foreign_Resolve_Instances /= null then
+ Foreign_Resolve_Instances.all;
+ end if;
+
if Get_Kind (Config) = Iir_Kind_Design_Unit then
-- Check (and possibly abandon) if entity can be at the top of the
-- hierarchy.