From 8bb886e329c1a7cbf0187cbc7a0b177c7cdd0b79 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 10 Jan 2023 18:36:58 +0100 Subject: vhdl-sem_inst: adjust instantiation of interface type --- src/vhdl/vhdl-sem_inst.adb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vhdl/vhdl-sem_inst.adb b/src/vhdl/vhdl-sem_inst.adb index 5394114a9..3272628d1 100644 --- a/src/vhdl/vhdl-sem_inst.adb +++ b/src/vhdl/vhdl-sem_inst.adb @@ -1253,8 +1253,11 @@ package body Vhdl.Sem_Inst is case Get_Kind (Inter_El) is when Iir_Kind_Interface_Type_Declaration => Inter := Get_Association_Interface (Inst_El, Inter_El); + -- Redirect the interface type definition. Set_Instance (Get_Type (Get_Origin (Inter)), Get_Actual_Type (Inst_El)); + -- And also the interface type declaration. + Set_Instance (Get_Origin (Inter), Inter); -- Implicit operators. declare Imp_Inter : Iir; -- cgit v1.2.3