aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-19 21:02:24 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-20 04:13:12 +0200
commitfcd68928a4366c35748f488f949d5eada82998dd (patch)
tree1293db893401181d17da9a3fb92a61401e09c882 /src/ghdldrv/ghdlsynth.adb
parent008d54327842b999f3ea442de5d9e312ab94b5f1 (diff)
downloadghdl-fcd68928a4366c35748f488f949d5eada82998dd.tar.gz
ghdl-fcd68928a4366c35748f488f949d5eada82998dd.tar.bz2
ghdl-fcd68928a4366c35748f488f949d5eada82998dd.zip
synth: handle verification units.
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index 3fd19c2b8..b5629d1e7 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -172,6 +172,8 @@ package body Ghdlsynth is
return Null_Iir;
end if;
+ Vhdl.Configuration.Add_Verification_Units;
+
-- Check (and possibly abandon) if entity can be at the top of the
-- hierarchy.
declare