From e305214943ba24c32b4c4883447d14da0bbf9d02 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 Jul 2016 03:58:37 +0200 Subject: vhdl08: add support of case-generate statement --- src/grt/grt-avhpi.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt/grt-avhpi.adb') diff --git a/src/grt/grt-avhpi.adb b/src/grt/grt-avhpi.adb index 31a60e85a..1777f54cf 100644 --- a/src/grt/grt-avhpi.adb +++ b/src/grt/grt-avhpi.adb @@ -312,7 +312,7 @@ package body Grt.Avhpi is return; when Ghdl_Rtik_If_Generate => Res := (Kind => VhpiIfGenerateK, - Ctxt => Get_If_Generate_Child (Iterator.Ctxt, Ch)); + Ctxt => Get_If_Case_Generate_Child (Iterator.Ctxt, Ch)); -- Return only if the condition is true. if Res.Ctxt.Base /= Null_Address then Error := AvhpiErrorOk; -- cgit v1.2.3