aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
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.adb
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.adb')
-rw-r--r--src/synth/netlists.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb
index f6180f715..edc66dbf8 100644
--- a/src/synth/netlists.adb
+++ b/src/synth/netlists.adb
@@ -831,9 +831,7 @@ begin
Port_Desc_Table.Append ((Name => No_Sname,
W => 0,
- Dir => Port_In,
- Left => 0,
- Right => 0));
+ Dir => Port_In));
pragma Assert (Port_Desc_Table.Last = No_Port_Desc_Idx);
Param_Desc_Table.Append ((Name => No_Sname,