aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_context.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-15 21:12:46 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-15 21:12:46 +0200
commit00ea68254ea6ff2ff04543f912f67a0812972be7 (patch)
tree6e7c7e496861e1524e5f82687b354a1e17a92b44 /src/synth/elab-vhdl_context.adb
parente6c65ec46abed9151e98918740272609cd18baa0 (diff)
downloadghdl-00ea68254ea6ff2ff04543f912f67a0812972be7.tar.gz
ghdl-00ea68254ea6ff2ff04543f912f67a0812972be7.tar.bz2
ghdl-00ea68254ea6ff2ff04543f912f67a0812972be7.zip
elab-vhdl_values: rename signal_index to signal_index_type
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;