aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-vpi.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-vpi.ads')
-rw-r--r--src/grt/grt-vpi.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-vpi.ads b/src/grt/grt-vpi.ads
index 7e17c01e5..41dc58e5c 100644
--- a/src/grt/grt-vpi.ads
+++ b/src/grt/grt-vpi.ads
@@ -38,6 +38,9 @@ package Grt.Vpi is
vpiSize: constant integer := 4;
vpiTimePrecision: constant integer := 12;
+ vpiScalar: constant integer := 17;
+ vpiVector: constant integer := 18;
+
-- object codes, see vpi_user.h
vpiModule: constant integer := 32;
vpiNet: constant integer := 36;