aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-avhpi.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-05 06:07:39 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-05 06:07:39 +0100
commit23d12bfb244b6271b78f21ff938c8406aec0c0d8 (patch)
treeaf405a7359d2e9b852fc86e93e2a564d390423b8 /src/grt/grt-avhpi.ads
parent94fc2d91a57a3bbd89798c2c62cb0bd588fb21ed (diff)
downloadghdl-23d12bfb244b6271b78f21ff938c8406aec0c0d8.tar.gz
ghdl-23d12bfb244b6271b78f21ff938c8406aec0c0d8.tar.bz2
ghdl-23d12bfb244b6271b78f21ff938c8406aec0c0d8.zip
fst: dump type of signals.
Diffstat (limited to 'src/grt/grt-avhpi.ads')
-rw-r--r--src/grt/grt-avhpi.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-avhpi.ads b/src/grt/grt-avhpi.ads
index 1eff5a8a3..e55a1d881 100644
--- a/src/grt/grt-avhpi.ads
+++ b/src/grt/grt-avhpi.ads
@@ -538,7 +538,8 @@ private
| VhpiSubtypeDeclK
| VhpiArrayTypeDeclK
| VhpiEnumTypeDeclK
- | VhpiPhysTypeDeclK =>
+ | VhpiPhysTypeDeclK
+ | VhpiIntTypeDeclK =>
Atype : Ghdl_Rti_Access;
when VhpiCompInstStmtK =>
Inst : Ghdl_Rtin_Instance_Acc;