aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-22 19:04:32 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-22 19:04:32 +0100
commit364fc00fc4a4021258704ab5dd4f9390ba91cd37 (patch)
tree510080edf5ac01376fd8e312275dc89ebd9b0f7b /src/synth/synth-expr.ads
parentafc6c3378460fc07e0e2d04007fab63acc2290e3 (diff)
downloadghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.tar.gz
ghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.tar.bz2
ghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.zip
synth: add debug_error.
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 50f85cbbc..5d8d7f7d5 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -93,10 +93,6 @@ package Synth.Expr is
Rng : out Discrete_Range_Type;
W : out Width);
- -- Convert index IDX in PFX to an offset. LOC is used in case of error.
- function Index_To_Offset (Bnd : Bound_Type; Idx : Int64; Loc : Node)
- return Uns32;
-
procedure Synth_Slice_Suffix (Syn_Inst : Synth_Instance_Acc;
Name : Node;
Pfx_Bnd : Bound_Type;