aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-20 04:54:29 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-20 04:54:29 +0200
commit47b4650272ce425223da826b0de5bb7286036168 (patch)
tree3778ae11ddea6e8f5bc69909a724f11029e35573 /src/vhdl/vhdl-canon.adb
parentb77eb1a27fa6838c7194a44f8d872005d08e6ac7 (diff)
downloadghdl-47b4650272ce425223da826b0de5bb7286036168.tar.gz
ghdl-47b4650272ce425223da826b0de5bb7286036168.tar.bz2
ghdl-47b4650272ce425223da826b0de5bb7286036168.zip
vhdl: handle assume in verification units.
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 02818ad39..487edfb44 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -3239,6 +3239,8 @@ package body Vhdl.Canon is
null;
when Iir_Kind_Psl_Assert_Directive =>
Canon_Psl_Assert_Directive (Item);
+ when Iir_Kind_Psl_Assume_Directive =>
+ Canon_Psl_Property_Directive (Item);
when others =>
Error_Kind ("canon_psl_verification_unit", Item);
end case;