diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-11 05:18:14 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-11 05:18:14 +0100 |
commit | 3e223e1a0e07bc3c8c42cb2188c667cd6ea064fd (patch) | |
tree | 11786b0e2de305d2c0b9cbdac010bbafa70c04f4 | |
parent | 447d8371225b84145723ecb78461b8935f3216a0 (diff) | |
download | ghdl-3e223e1a0e07bc3c8c42cb2188c667cd6ea064fd.tar.gz ghdl-3e223e1a0e07bc3c8c42cb2188c667cd6ea064fd.tar.bz2 ghdl-3e223e1a0e07bc3c8c42cb2188c667cd6ea064fd.zip |
elab-vhdl_files: remove incorrect assertion
-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); |