aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-28 06:54:29 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-28 06:54:29 +0200
commit8c367d78bc621b9f339042f5d456da94dd0b7861 (patch)
tree2ce0c70ee8e896f268f4915dbc1dac6f2fc0ba79 /src/synth/synth-vhdl_expr.adb
parent2efee206687fae7c8812cf7e094808a6cd733d5b (diff)
downloadghdl-8c367d78bc621b9f339042f5d456da94dd0b7861.tar.gz
ghdl-8c367d78bc621b9f339042f5d456da94dd0b7861.tar.bz2
ghdl-8c367d78bc621b9f339042f5d456da94dd0b7861.zip
synth: handle guard signal in expressions
Diffstat (limited to 'src/synth/synth-vhdl_expr.adb')
-rw-r--r--src/synth/synth-vhdl_expr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb
index 204a28f04..fdbd5c302 100644
--- a/src/synth/synth-vhdl_expr.adb
+++ b/src/synth/synth-vhdl_expr.adb
@@ -672,6 +672,7 @@ package body Synth.Vhdl_Expr is
| Iir_Kind_Variable_Declaration
| Iir_Kind_Interface_Variable_Declaration
| Iir_Kind_Signal_Declaration
+ | Iir_Kind_Guard_Signal_Declaration
| Iir_Kind_Interface_Constant_Declaration
| Iir_Kind_Constant_Declaration
| Iir_Kind_Iterator_Declaration