aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-13 19:08:58 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-13 19:08:58 +0100
commit1cd6d5aa0563c31b257b6bd9a73c49f72f3638a6 (patch)
tree1b4cc3ef6a8684e2005d80f1d19ac63f2268f1d4 /src/synth/synth-values.ads
parent48507cf59e5490af0125e483ef77ad4d0dec4177 (diff)
downloadghdl-1cd6d5aa0563c31b257b6bd9a73c49f72f3638a6.tar.gz
ghdl-1cd6d5aa0563c31b257b6bd9a73c49f72f3638a6.tar.bz2
ghdl-1cd6d5aa0563c31b257b6bd9a73c49f72f3638a6.zip
synth: remove wbound field of bound_type.
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads6
1 files changed, 0 insertions, 6 deletions
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;