mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
v0.8: Do not run the first time step if the compilation failed.
This patch fixes another minor problem introduced by the process end of simulation events. Specifically if the compilation has indicated we should not run do not even start the main event loop.
This commit is contained in:
+1
-1
@@ -442,7 +442,7 @@ void schedule_simulate(void)
|
||||
|
||||
signals_capture();
|
||||
|
||||
while (sched_list) {
|
||||
if (schedule_runnable) while (sched_list) {
|
||||
|
||||
if (schedule_stopped_flag) {
|
||||
schedule_stopped_flag = false;
|
||||
|
||||
Reference in New Issue
Block a user