From 3c476f0a57fbadb3fe02b037fdba5978d181b379 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Wed, 13 Mar 2024 14:08:47 +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:08:47=20=20up?= =?UTF-8?q?=20=20=203:44,=20=202=20users,=20=20load=20average:=200.32,=200?= =?UTF-8?q?.38,=200.77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/csrc_nvboard/Flow/main.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/npc/csrc_nvboard/Flow/main.cpp b/npc/csrc_nvboard/Flow/main.cpp index a3a5672..5d0490e 100644 --- a/npc/csrc_nvboard/Flow/main.cpp +++ b/npc/csrc_nvboard/Flow/main.cpp @@ -1,6 +1,3 @@ -#include -#include -#include #include #include #include @@ -13,10 +10,9 @@ void nvboard_bind_all_pins(VFLow* top); int main(int argc, char **argv, char **env) { VFlow *top = new VFlow; - nvboard_bind_all_pins(top); - nvboard_init(); + // nvboard_init(); while (true) { - nvboard_update(); + // nvboard_update(); top->eval(); } delete top;