diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-05-17 06:45:27 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-05-17 06:45:27 +0200 |
commit | def68da3c9599dfd3818fe338551a3ae1bfb30aa (patch) | |
tree | a57099fc930b8cc169a80777203d83d035f4ffcc /src/vhdl/vhdl-elocations.adb | |
parent | fee2b44d9642a9a8d278db3aa32bb2d80b49bafe (diff) | |
download | ghdl-def68da3c9599dfd3818fe338551a3ae1bfb30aa.tar.gz ghdl-def68da3c9599dfd3818fe338551a3ae1bfb30aa.tar.bz2 ghdl-def68da3c9599dfd3818fe338551a3ae1bfb30aa.zip |
vhdl: add suspend state pseudo decl and stmt. WIP.
Diffstat (limited to 'src/vhdl/vhdl-elocations.adb')
-rw-r--r-- | src/vhdl/vhdl-elocations.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-elocations.adb b/src/vhdl/vhdl-elocations.adb index dbd610d3c..b428c4fab 100644 --- a/src/vhdl/vhdl-elocations.adb +++ b/src/vhdl/vhdl-elocations.adb @@ -297,6 +297,7 @@ package body Vhdl.Elocations is | Iir_Kind_Interface_Function_Declaration | Iir_Kind_Interface_Procedure_Declaration | Iir_Kind_Signal_Attribute_Declaration + | Iir_Kind_Suspend_State_Declaration | Iir_Kind_Identity_Operator | Iir_Kind_Negation_Operator | Iir_Kind_Absolute_Operator @@ -386,6 +387,7 @@ package body Vhdl.Elocations is | Iir_Kind_Exit_Statement | Iir_Kind_Procedure_Call_Statement | Iir_Kind_Break_Statement + | Iir_Kind_Suspend_State_Statement | Iir_Kind_Character_Literal | Iir_Kind_Simple_Name | Iir_Kind_Selected_Name |