aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-10-13 20:21:22 +0200
committerTristan Gingold <tgingold@free.fr>2021-10-13 20:21:22 +0200
commitff3105a7a8b8298771c64fd13171e33385f6fcc8 (patch)
treebb62de013a34b3742ce06377a75593ba45a13338 /src/vhdl/vhdl-canon.adb
parent3486a9d34f6cdb83e5917da9b20a6e5bf9f13b81 (diff)
downloadghdl-ff3105a7a8b8298771c64fd13171e33385f6fcc8.tar.gz
ghdl-ff3105a7a8b8298771c64fd13171e33385f6fcc8.tar.bz2
ghdl-ff3105a7a8b8298771c64fd13171e33385f6fcc8.zip
synth: add support for sequence instance in vunit. Fix #1889
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 563668125..ddaed3792 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -3422,6 +3422,8 @@ package body Vhdl.Canon is
Canon_Psl_Sequence_Directive (Item);
when Iir_Kind_Psl_Cover_Directive =>
Canon_Psl_Cover_Directive (Item);
+ when Iir_Kind_Psl_Declaration =>
+ Canon_Concurrent_Statement (Item, Unit);
when Iir_Kind_Signal_Declaration
| Iir_Kind_Constant_Declaration
| Iir_Kind_Type_Declaration