diff options
Diffstat (limited to 'src/vhdl/sem_inst.ads')
-rw-r--r-- | src/vhdl/sem_inst.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/sem_inst.ads b/src/vhdl/sem_inst.ads index da8cd5d27..5da4a8d09 100644 --- a/src/vhdl/sem_inst.ads +++ b/src/vhdl/sem_inst.ads @@ -23,4 +23,8 @@ package Sem_Inst is -- Create declaration chain and generic declarations for INST from PKG. procedure Instantiate_Package_Declaration (Inst : Iir; Pkg : Iir); + + -- In CHAIN, substitute all references to E by REP. + procedure Substitute_On_Chain (Chain : Iir; E : Iir; Rep : Iir); + end Sem_Inst; |