diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-09-28 19:27:23 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-09-28 19:27:23 +0200 |
commit | d4f719d52b7de2a43e1dd3cc19f42e3880abc8f8 (patch) | |
tree | 6e7ea29e7a70a9a5a5a90a5847cf89917cf7b719 /src/synth | |
parent | fe07ef095be4c8bc0e1f6e6d8eb94692c27445c7 (diff) | |
download | ghdl-d4f719d52b7de2a43e1dd3cc19f42e3880abc8f8.tar.gz ghdl-d4f719d52b7de2a43e1dd3cc19f42e3880abc8f8.tar.bz2 ghdl-d4f719d52b7de2a43e1dd3cc19f42e3880abc8f8.zip |
synth: handle guard signal in debugger
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/synth-vhdl_expr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb index eca5b2453..1970412b0 100644 --- a/src/synth/synth-vhdl_expr.adb +++ b/src/synth/synth-vhdl_expr.adb @@ -2013,6 +2013,7 @@ package body Synth.Vhdl_Expr is | Iir_Kind_Attribute_Name | Iir_Kind_Interface_Signal_Declaration -- For PSL. | Iir_Kind_Signal_Declaration -- For PSL. + | Iir_Kind_Guard_Signal_Declaration | Iir_Kind_Object_Alias_Declaration -- For PSL | Iir_Kind_Non_Object_Alias_Declaration -- For PSL | Iir_Kind_Implicit_Dereference |