aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-22 03:30:41 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-22 07:32:57 +0200
commit13f04d9fbf5ca617b9f0cef692556c5639b0033e (patch)
tree7df329be04ee08a026777f359ef2bbc9acd7e373 /src/synth/netlists.ads
parent2cc224085058ddc27fac18092dc06bedfb1a6baf (diff)
downloadghdl-13f04d9fbf5ca617b9f0cef692556c5639b0033e.tar.gz
ghdl-13f04d9fbf5ca617b9f0cef692556c5639b0033e.tar.bz2
ghdl-13f04d9fbf5ca617b9f0cef692556c5639b0033e.zip
synth: remove bounds (unused) for ports.
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index 6cf021ec1..56393ac28 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -151,10 +151,6 @@ package Netlists is
-- Direction.
Dir : Port_Kind;
-
- -- For a bus: left and right bounds of the bus, ie [L:R].
- Left : Int32;
- Right : Int32;
end record;
type Port_Desc_Array is array (Port_Idx range <>) of Port_Desc;