aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-13 16:19:27 +0100
committerTristan Gingold <tgingold@free.fr>2021-03-13 16:19:27 +0100
commit5fa4c82fb259725fa544a5a432219f343e5dc043 (patch)
tree5192cec695f06fd1ce907fda3021c40ce4751046 /src/vhdl/vhdl-canon.adb
parent691be6df9c319c03e0b960bb3d7233b1892228ce (diff)
downloadghdl-5fa4c82fb259725fa544a5a432219f343e5dc043.tar.gz
ghdl-5fa4c82fb259725fa544a5a432219f343e5dc043.tar.bz2
ghdl-5fa4c82fb259725fa544a5a432219f343e5dc043.zip
vhdl-canon.adb: handle individual assoc in extract sensitivity. Fix #1684
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index f0bc15438..7fb55f601 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -180,6 +180,8 @@ package body Vhdl.Canon is
(Get_Actual (El), Sensitivity_List, False);
when Iir_Kind_Association_Element_Open =>
null;
+ when Iir_Kind_Association_Element_By_Individual =>
+ null;
when others =>
Error_Kind ("canon_extract_sensitivity(call)", El);
end case;