aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-vhpi.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-03-22 06:48:24 +0100
committerTristan Gingold <tgingold@free.fr>2022-03-22 19:40:36 +0100
commitf06253fa91cbb6d086db1b937c38c56fa5f5178c (patch)
treed3a3b062e8c6c9d0acb6371ed77c7faecfed3e38 /src/grt/grt-vhpi.adb
parent06a1e88bc76de16681bedc53661327eaa74ead98 (diff)
downloadghdl-f06253fa91cbb6d086db1b937c38c56fa5f5178c.tar.gz
ghdl-f06253fa91cbb6d086db1b937c38c56fa5f5178c.tar.bz2
ghdl-f06253fa91cbb6d086db1b937c38c56fa5f5178c.zip
grt: extract grt-vhdl_types from grt-types
Diffstat (limited to 'src/grt/grt-vhpi.adb')
-rw-r--r--src/grt/grt-vhpi.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-vhpi.adb b/src/grt/grt-vhpi.adb
index 1f0fba1ca..292e04f28 100644
--- a/src/grt/grt-vhpi.adb
+++ b/src/grt/grt-vhpi.adb
@@ -15,6 +15,7 @@
-- along with this program. If not, see <gnu.org/licenses>.
with Ada.Unchecked_Conversion;
+with Grt.Vhdl_Types; use Grt.Vhdl_Types;
with Grt.Astdio; use Grt.Astdio;
with Grt.Astdio.Vhdl; use Grt.Astdio.Vhdl;
with Grt.Errors; use Grt.Errors;