projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1ecd4
)
cleanup
author
Miodrag Milanovic
<mmicko@gmail.com>
Mon, 7 Mar 2022 15:32:32 +0000
(16:32 +0100)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Mon, 7 Mar 2022 15:32:32 +0000
(16:32 +0100)
passes/sat/sim.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sim.cc
b/passes/sat/sim.cc
index 9771e83f3ecfa411519c634369892cb6b678e5ed..d7f4de507fe9958ad8fac9bef50e9c2771232e7d 100644
(file)
--- a/
passes/sat/sim.cc
+++ b/
passes/sat/sim.cc
@@
-1238,7
+1238,7
@@
struct SimWorker : SimShared
curr_cycle = -1; // force detect change
if (curr_cycle != prev_cycle) {
- log("Simulating cycle %d
%d.\n", cycle, cycle % 1
);
+ log("Simulating cycle %d
.\n", cycle
);
set_inports(clock, State::S1);
set_inports(clockn, State::S0);
update();
@@
-1282,6
+1282,7
@@
struct SimWorker : SimShared
break;
}
}
+ register_output_step(10*cycle);
write_output_files();
}
};