aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-16 08:31:51 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-16 08:31:51 +0200
commit7c8ed1216609d69cd6a092620d7aa1334e432fd9 (patch)
tree82ea5a780ef0d85183008401b45bb8ed881c3fb0 /src/vhdl/vhdl-sem_decls.adb
parentae7667c05858b9d7f6c1637a06497dfa138f635e (diff)
downloadghdl-7c8ed1216609d69cd6a092620d7aa1334e432fd9.tar.gz
ghdl-7c8ed1216609d69cd6a092620d7aa1334e432fd9.tar.bz2
ghdl-7c8ed1216609d69cd6a092620d7aa1334e432fd9.zip
vhdl: preliminary work to elaborat quantities
Diffstat (limited to 'src/vhdl/vhdl-sem_decls.adb')
-rw-r--r--src/vhdl/vhdl-sem_decls.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_decls.adb b/src/vhdl/vhdl-sem_decls.adb
index 843b24123..6b3b1176a 100644
--- a/src/vhdl/vhdl-sem_decls.adb
+++ b/src/vhdl/vhdl-sem_decls.adb
@@ -69,7 +69,7 @@ package body Vhdl.Sem_Decls is
Decl : Iir;
begin
-- We deal only with signal attribute.
- pragma Assert (Get_Kind (Sig) in Iir_Kinds_Signal_Attribute);
+ pragma Assert (Get_Kind (Sig) in Iir_Kinds_AMS_Signal_Attribute);
-- There must be a declarative part for implicit signals.
pragma Assert (Current_Signals_Region.Decls_Parent /= Null_Iir);