> build_flow_VFlow
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 11:58:21 up 1:34, 2 users, load average: 0.75, 0.76, 0.85
This commit is contained in:
parent
a7be72f328
commit
2688683069
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ int main(int argc, char **argv, char **env) {
|
||||||
m_trace->dump(sim_time);
|
m_trace->dump(sim_time);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
top->reset = 0;
|
||||||
for (sim_time = 10; sim_time < MAX_SIM_TIME; sim_time++) {
|
for (sim_time = 10; sim_time < MAX_SIM_TIME; sim_time++) {
|
||||||
top->eval();
|
top->eval();
|
||||||
top->clock = !top->clock;
|
top->clock = !top->clock;
|
||||||
|
|
Loading…
Reference in a new issue