> build_npc_VSwitch_nvboard

ysyx_22040000 李心杨
 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
  00:58:47  up 1 day  9:45,  2 users,  load average: 0.79, 0.87, 0.79
This commit is contained in:
tracer-ysyx 2024-01-06 00:58:47 +08:00 committed by xinyangli
parent 077f785c26
commit 323e36c454

View file

@ -12,6 +12,7 @@ void nvboard_bind_all_pins(VSwitch* top);
int main(int argc, char **argv, char **env) {
VSwitch *top = new VSwitch;
nvboard_bind_all_pins(top);
nvboard_init();
while (true) {