aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-execution.adb')
-rw-r--r--src/vhdl/simulate/simul-execution.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-execution.adb b/src/vhdl/simulate/simul-execution.adb
index ae3818792..bdcb42ebc 100644
--- a/src/vhdl/simulate/simul-execution.adb
+++ b/src/vhdl/simulate/simul-execution.adb
@@ -4021,6 +4021,8 @@ package body Simul.Execution is
Disconnect_Signal (Rdest);
Release (Marker, Expr_Pool);
return;
+ elsif Get_Kind (Wf) = Iir_Kind_Unaffected_Waveform then
+ return;
end if;
Transactions.Stmt := Stmt;