aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt')
-rw-r--r--src/grt/grt-vpi.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-vpi.ads b/src/grt/grt-vpi.ads
index 42d762518..578ed23af 100644
--- a/src/grt/grt-vpi.ads
+++ b/src/grt/grt-vpi.ads
@@ -155,7 +155,8 @@ package Grt.Vpi is
Scalar : Integer;
when vpiIntVal =>
Integer_m : Integer;
- --when vpiRealVal=> null; -- what is the equivalent to double?
+ when vpiRealVal=>
+ Real_M : Ghdl_F64;
--when vpiTimeVal=> mTime: p_vpi_time;
--when vpiVectorVal=> mVector: p_vpi_vecval;
--when vpiStrengthVal=> mStrength: p_vpi_strengthval;