aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-values.adb')
-rw-r--r--src/synth/synth-values.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-values.adb b/src/synth/synth-values.adb
index 22bbd4fba..30695afa2 100644
--- a/src/synth/synth-values.adb
+++ b/src/synth/synth-values.adb
@@ -231,7 +231,6 @@ package body Synth.Values is
W : constant Width := Uns32 (Clog2 (Uns64 (Len)));
begin
return Create_Vector_Type ((Dir => Iir_Downto,
- Wlen => W,
Wbounds => W,
Left => Int32 (Len) - 1,
Right => 0,