From 020659b74e078efb9422d35b916ee184499508d7 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Wed, 13 Mar 2024 14:09:40 +0800 Subject: [PATCH] =?UTF-8?q?>=20configure(npc)=20=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite=206.6.19=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Mar=20=201=2012:35:11?= =?UTF-8?q?=20UTC=202024=20x86=5F64=20GNU/Linux=20=20=2014:09:40=20=20up?= =?UTF-8?q?=20=20=203:45,=20=202=20users,=20=20load=20average:=201.36,=200?= =?UTF-8?q?.71,=200.86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/csrc_nvboard/Flow/main.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/npc/csrc_nvboard/Flow/main.cpp b/npc/csrc_nvboard/Flow/main.cpp index 28bde4d..0a41d9f 100644 --- a/npc/csrc_nvboard/Flow/main.cpp +++ b/npc/csrc_nvboard/Flow/main.cpp @@ -8,12 +8,5 @@ const int MAX_SIM_TIME=100; // void nvboard_bind_all_pins(VFLow* top); int main(int argc, char **argv, char **env) { - VFlow *top = new VFlow; - - // nvboard_init(); - while (true) { - // nvboard_update(); - top->eval(); - } - delete top; + return 0; } \ No newline at end of file