aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/execution.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-17 06:55:46 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-19 19:54:41 +0100
commit22d04ec32c8c0457cfa5043c10f0d6f0575e5720 (patch)
tree6344225c686a1082e4e05560fca90ad69953e3a2 /src/vhdl/simulate/execution.adb
parent1e2aeb2a4635f24c60384232e319b682b0d99f3c (diff)
downloadghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.tar.gz
ghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.tar.bz2
ghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.zip
simulate: fix handling of deferred constants.
Diffstat (limited to 'src/vhdl/simulate/execution.adb')
-rw-r--r--src/vhdl/simulate/execution.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/execution.adb b/src/vhdl/simulate/execution.adb
index ba97d3d68..b19a7ddab 100644
--- a/src/vhdl/simulate/execution.adb
+++ b/src/vhdl/simulate/execution.adb
@@ -4782,7 +4782,7 @@ package body Execution is
when Iir_Kind_If_Statement =>
Execute_If_Statement (Proc, Stmt);
- when Iir_Kind_Signal_Assignment_Statement =>
+ when Iir_Kind_Simple_Signal_Assignment_Statement =>
Execute_Signal_Assignment (Instance, Stmt);
Update_Next_Statement (Proc);