diff options
| -rw-r--r-- | src/grt/grt-vpi.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-vpi.adb b/src/grt/grt-vpi.adb index 4e512a01c..331694a34 100644 --- a/src/grt/grt-vpi.adb +++ b/src/grt/grt-vpi.adb @@ -544,7 +544,7 @@ package body Grt.Vpi is              begin                 Get_Verilog_Wire (Res, Info);                 if Info.Vtype /= Vcd_Bad then -                  return vpiPort; +                  return vpiNet;                 end if;              end;           when VhpiSigDeclK =>  | 
