From 1cd6d5aa0563c31b257b6bd9a73c49f72f3638a6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 13 Jan 2020 19:08:58 +0100 Subject: synth: remove wbound field of bound_type. --- src/synth/synth-values.ads | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/synth/synth-values.ads') diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index a9a127ec8..1afe6d0a4 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -56,12 +56,6 @@ package Synth.Values is Left : Int32; Right : Int32; Len : Width; - - -- Width of bounds. This is the precision used to compute the - -- address. - -- If bounds are 1 to 128 (so left = 1, dir = to, right = 128), - -- Wbounds = 8. - Wbounds : Width; end record; type Bound_Array_Type is array (Iir_Index32 range <>) of Bound_Type; -- cgit v1.2.3