From d145f8b9f99463f310a466f2e8e114d1b61afaee Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Oct 2019 20:17:23 +0200 Subject: synth: introduce memidx1 --- src/synth/synth-expr.ads | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/synth/synth-expr.ads') 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; -- cgit v1.2.3