aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-11 06:23:48 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-11 06:23:48 +0200
commit72c482acdfafc0883bd72db4adb25ed0f6173540 (patch)
tree890da7721de253b753d1ea46d4538508dc41e4a3 /src
parentec63ed6f4287ef5a0a19817f3803972899cf7648 (diff)
downloadghdl-72c482acdfafc0883bd72db4adb25ed0f6173540.tar.gz
ghdl-72c482acdfafc0883bd72db4adb25ed0f6173540.tar.bz2
ghdl-72c482acdfafc0883bd72db4adb25ed0f6173540.zip
Handle parenthesis_expression in canon.
Fix issue #163
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/canon.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb
index f8ed243ed..30fe6c939 100644
--- a/src/vhdl/canon.adb
+++ b/src/vhdl/canon.adb
@@ -182,7 +182,8 @@ package body Canon is
when Iir_Kind_Qualified_Expression
| Iir_Kind_Type_Conversion
- | Iir_Kind_Allocator_By_Expression =>
+ | Iir_Kind_Allocator_By_Expression
+ | Iir_Kind_Parenthesis_Expression =>
Canon_Extract_Sensitivity
(Get_Expression (Expr), Sensitivity_List, False);