aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-03 07:51:38 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-03 07:51:38 +0200
commita5a6341a06540617f2dc45521c92a5f1c88fb9e6 (patch)
treed384f1c0fc8b64012c4de4192d34272c20ed6f01 /src/synth/synth-stmts.ads
parent1f9df2cb2c21dc8be2f1dfd76919575afe814264 (diff)
downloadghdl-a5a6341a06540617f2dc45521c92a5f1c88fb9e6.tar.gz
ghdl-a5a6341a06540617f2dc45521c92a5f1c88fb9e6.tar.bz2
ghdl-a5a6341a06540617f2dc45521c92a5f1c88fb9e6.zip
synth: replace memidx2 by addidx; handle some 2d arrays.
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index c583328c0..b561e1853 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -37,6 +37,8 @@ package Synth.Stmts is
Pfx : Node;
Dest_Obj : out Value_Acc;
Dest_Off : out Uns32;
+ Dest_Voff : out Net;
+ Dest_Rdwd : out Width;
Dest_Type : out Type_Acc);
procedure Synth_Assignment (Syn_Inst : Synth_Instance_Acc;