diff options
-rw-r--r-- | src/synth/elab-vhdl_files.adb | 1 |
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); |