aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_context.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-28 12:27:45 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-02 02:31:06 +0200
commit8a8f3d867598a1f9e3125c9d0648ae20a7144253 (patch)
tree9802e5c0c5e68e92acbc5c41caf3025fbe1efe02 /src/synth/synth-vhdl_context.ads
parent91303467eac522662572d9106e2a3cb724b24a0d (diff)
downloadghdl-8a8f3d867598a1f9e3125c9d0648ae20a7144253.tar.gz
ghdl-8a8f3d867598a1f9e3125c9d0648ae20a7144253.tar.bz2
ghdl-8a8f3d867598a1f9e3125c9d0648ae20a7144253.zip
synth: use areapools
Diffstat (limited to 'src/synth/synth-vhdl_context.ads')
-rw-r--r--src/synth/synth-vhdl_context.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_context.ads b/src/synth/synth-vhdl_context.ads
index 2b4571c23..d71a78172 100644
--- a/src/synth/synth-vhdl_context.ads
+++ b/src/synth/synth-vhdl_context.ads
@@ -17,6 +17,7 @@
-- along with this program. If not, see <gnu.org/licenses>.
with Types; use Types;
+with Areapools;
with Elab.Vhdl_Context; use Elab.Vhdl_Context;
with Elab.Vhdl_Objtypes; use Elab.Vhdl_Objtypes;
@@ -114,7 +115,9 @@ package Synth.Vhdl_Context is
Ptyp : Type_Acc;
Voff : Net;
Eoff : Uns32;
- Typ : Type_Acc) return Valtyp;
+ Typ : Type_Acc;
+ Pool : Areapools.Areapool_Acc)
+ return Valtyp;
function Get_Value_Dyn_Alias_Voff (Val : Value_Acc) return Net;
private