aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-02 20:17:23 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-02 20:17:23 +0200
commitd145f8b9f99463f310a466f2e8e114d1b61afaee (patch)
treecc53ea8b73878af0cc7b2d20a41dfb700a5a3c59 /src/synth/synth-expr.ads
parent336dbeaa305bdfe968a500161f561b35a9c495c0 (diff)
downloadghdl-d145f8b9f99463f310a466f2e8e114d1b61afaee.tar.gz
ghdl-d145f8b9f99463f310a466f2e8e114d1b61afaee.tar.bz2
ghdl-d145f8b9f99463f310a466f2e8e114d1b61afaee.zip
synth: introduce memidx1
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 92104fc75..d40e41eb3 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -104,11 +104,12 @@ package Synth.Expr is
Off : out Uns32;
Wd : out Uns32);
+ -- If VOFF is No_Net then OFF is valid, if VOFF is not No_Net then
+ -- OFF is 0.
procedure Synth_Indexed_Name (Syn_Inst : Synth_Instance_Acc;
Name : Node;
Pfx_Type : Type_Acc;
Voff : out Net;
- Mul : out Uns32;
Off : out Uns32;
W : out Width);
end Synth.Expr;