aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_lib.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-05 07:33:59 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-05 08:05:11 +0200
commit3c48cc2a70085eef63718e622b3d1a7b75a2f36f (patch)
tree0846ad9e03268a0d288a43e69df3df321677c4ee /src/vhdl/vhdl-sem_lib.adb
parentc8ec958606e57b5149eada285bfa0b00bf68098a (diff)
downloadghdl-3c48cc2a70085eef63718e622b3d1a7b75a2f36f.tar.gz
ghdl-3c48cc2a70085eef63718e622b3d1a7b75a2f36f.tar.bz2
ghdl-3c48cc2a70085eef63718e622b3d1a7b75a2f36f.zip
vhdl: move post_sems package to a vhdl child.
Diffstat (limited to 'src/vhdl/vhdl-sem_lib.adb')
-rw-r--r--src/vhdl/vhdl-sem_lib.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_lib.adb b/src/vhdl/vhdl-sem_lib.adb
index 4b2319c09..10f6a60cc 100644
--- a/src/vhdl/vhdl-sem_lib.adb
+++ b/src/vhdl/vhdl-sem_lib.adb
@@ -26,7 +26,7 @@ with Vhdl.Parse;
with Vhdl.Disp_Tree;
with Vhdl.Disp_Vhdl;
with Vhdl.Sem;
-with Post_Sems;
+with Vhdl.Post_Sems;
with Vhdl.Canon;
with Nodes_GC;
@@ -113,7 +113,7 @@ package body Vhdl.Sem_Lib is
-- Post checks
----------------
- Post_Sems.Post_Sem_Checks (Unit);
+ Vhdl.Post_Sems.Post_Sem_Checks (Unit);
if Errorout.Nbr_Errors > 0 then
return;