aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/elab-vhdl_files.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_files.adb b/src/synth/elab-vhdl_files.adb
index 21ae7c2bb..1c621f802 100644
--- a/src/synth/elab-vhdl_files.adb
+++ b/src/synth/elab-vhdl_files.adb
@@ -62,7 +62,6 @@ package body Elab.Vhdl_Files is
begin
pragma Assert (Vtyp.Kind = Type_Array);
pragma Assert (Vtyp.Arr_El.Kind = Type_Discrete);
- pragma Assert (Vtyp.Arr_El.W in 7 .. 8); -- Could be 7 in vhdl87
pragma Assert (Vtyp.Alast);
pragma Assert (Vtyp.Abound.Len = Res'Length);
='#n80'>80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118