aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_values.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_values.ads')
-rw-r--r--src/synth/elab-vhdl_values.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_values.ads b/src/synth/elab-vhdl_values.ads
index 1bb5d4683..de06d7941 100644
--- a/src/synth/elab-vhdl_values.ads
+++ b/src/synth/elab-vhdl_values.ads
@@ -197,6 +197,7 @@ package Elab.Vhdl_Values is
-- Return the memory of a Value_Memory value, but also handle const and
-- aliases.
+ function Get_Memory (V : Value_Acc) return Memory_Ptr;
function Get_Memory (V : Valtyp) return Memory_Ptr;
-- Return the memtyp of V; also strip const and aliases.