> 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:
tracer-ysyx 2024-03-13 11:58:21 +08:00 committed by xinyangli
parent a7be72f328
commit 2688683069

View file

@ -27,6 +27,7 @@ int main(int argc, char **argv, char **env) {
m_trace->dump(sim_time);
#endif
}
top->reset = 0;
for (sim_time = 10; sim_time < MAX_SIM_TIME; sim_time++) {
top->eval();
top->clock = !top->clock;