aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-07 04:47:46 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-07 04:47:46 +0200
commit3136726f2b52be19d31146a2427f54b0f0718f33 (patch)
tree146145374082f532dad1052b5d69fa639b2639b2 /src/synth/elab-vhdl_values.ads
parentd2988c827b9785880abc5f083d07714ba81b0cc5 (diff)
downloadghdl-3136726f2b52be19d31146a2427f54b0f0718f33.tar.gz
ghdl-3136726f2b52be19d31146a2427f54b0f0718f33.tar.bz2
ghdl-3136726f2b52be19d31146a2427f54b0f0718f33.zip
synth-vhdl_stmts: fix handling of copyback parameters
Diffstat (limited to 'src/synth/elab-vhdl_values.ads')
-rw-r--r--src/synth/elab-vhdl_values.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_values.ads b/src/synth/elab-vhdl_values.ads
index 28323ba1b..5c56cb548 100644
--- a/src/synth/elab-vhdl_values.ads
+++ b/src/synth/elab-vhdl_values.ads
@@ -147,6 +147,8 @@ package Elab.Vhdl_Values is
function Create_Value_Memory (Vtype : Type_Acc; Pool : Areapool_Acc)
return Valtyp;
+ function Create_Value_Memory_Pool (Mt : Memtyp; Pool : Areapool_Acc)
+ return Valtyp;
function Create_Value_Memory (Mt : Memtyp) return Valtyp;
function Create_Value_Uns (Val : Uns64; Vtype : Type_Acc) return Valtyp;