aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-vpi.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-vpi.adb')
-rw-r--r--src/grt/grt-vpi.adb14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/grt/grt-vpi.adb b/src/grt/grt-vpi.adb
index 5337f7abb..4e512a01c 100644
--- a/src/grt/grt-vpi.adb
+++ b/src/grt/grt-vpi.adb
@@ -189,8 +189,20 @@ package body Grt.Vpi is
Trace ("vpiFullName");
when vpiSize =>
Trace ("vpiSize");
+ when vpiFile =>
+ Trace ("vpiFile");
+ when vpiLineNo =>
+ Trace ("vpiLineNo");
+
+ when vpiDefName =>
+ Trace ("vpiDefName");
when vpiTimePrecision =>
Trace ("vpiTimePrecision");
+ when vpiDefFile =>
+ Trace ("vpiDefFile");
+
+ -- Port and net properties
+
when vpiScalar =>
Trace ("vpiScalar");
when vpiVector =>
@@ -200,6 +212,8 @@ package body Grt.Vpi is
Trace ("vpiModule");
when vpiNet =>
Trace ("vpiNet");
+ when vpiPort =>
+ Trace ("vpiPort");
when vpiParameter =>
Trace ("vpiParameter");
when vpiScope =>