aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-03 21:18:38 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-03 21:18:38 +0100
commit2f48848575261265b1c37efe10ded83ccff11aa2 (patch)
tree9478a10d84a404775f9709df2de3ee987ad8a514 /src/vhdl/vhdl-canon.adb
parent20971ccc7bce94ad28525021cc27557a11d428de (diff)
downloadghdl-2f48848575261265b1c37efe10ded83ccff11aa2.tar.gz
ghdl-2f48848575261265b1c37efe10ded83ccff11aa2.tar.bz2
ghdl-2f48848575261265b1c37efe10ded83ccff11aa2.zip
simul: handle force/release signal assignments
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 8e4bfd588..cad575929 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -1397,11 +1397,13 @@ package body Vhdl.Canon is
case Get_Kind (Stmt) is
when Iir_Kind_Simple_Signal_Assignment_Statement
- | Iir_Kind_Conditional_Signal_Assignment_Statement =>
+ | Iir_Kind_Conditional_Signal_Assignment_Statement
+ | Iir_Kind_Signal_Force_Assignment_Statement
+ | Iir_Kind_Signal_Release_Assignment_Statement =>
null;
when Iir_Kind_Variable_Assignment_Statement
- | Iir_Kind_Conditional_Variable_Assignment_Statement =>
+ | Iir_Kind_Conditional_Variable_Assignment_Statement =>
null;
when Iir_Kind_If_Statement =>