aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-16 11:50:59 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-16 11:50:59 +0200
commitfb72fae0a907684c00bb19950ad9a20c21732f77 (patch)
tree66408fda742506d59f443b369ecf4b46ffe9605a /src/vhdl/vhdl-sem.adb
parent9810f6ae993e18e6a711ee0289498d1c105d889d (diff)
downloadghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.tar.gz
ghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.tar.bz2
ghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.zip
vhdl: declare verification units (WIP).
Diffstat (limited to 'src/vhdl/vhdl-sem.adb')
-rw-r--r--src/vhdl/vhdl-sem.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem.adb b/src/vhdl/vhdl-sem.adb
index daa0395b3..18aefeef4 100644
--- a/src/vhdl/vhdl-sem.adb
+++ b/src/vhdl/vhdl-sem.adb
@@ -3364,6 +3364,9 @@ package body Vhdl.Sem is
Sem_Package_Instantiation_Declaration (Library_Unit);
when Iir_Kind_Context_Declaration =>
Sem_Context_Declaration (Library_Unit);
+ when Iir_Kinds_Verification_Unit =>
+ -- TODO.
+ raise Internal_Error;
end case;
end if;