aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_context.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_context.adb')
-rw-r--r--src/synth/elab-vhdl_context.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/elab-vhdl_context.adb b/src/synth/elab-vhdl_context.adb
index fd37dcfd2..c14a82964 100644
--- a/src/synth/elab-vhdl_context.adb
+++ b/src/synth/elab-vhdl_context.adb
@@ -25,9 +25,9 @@ with Vhdl.Utils;
package body Elab.Vhdl_Context is
- Sig_Nbr : Signal_Index := 0;
+ Sig_Nbr : Signal_Index_Type := 0;
- function Get_Nbr_Signal return Signal_Index is
+ function Get_Nbr_Signal return Signal_Index_Type is
begin
return Sig_Nbr;
end Get_Nbr_Signal;