From 5c981ae611edb77c707611866953d5a38a7c24a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8F=9E=E6=9E=97?= <59970710+wele0612@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:09:40 -0800 Subject: [PATCH] Fixed bug: forgot to replace a type with TOP_NAME --- example/csrc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/csrc/main.cpp b/example/csrc/main.cpp index 990de3b..cfc0715 100644 --- a/example/csrc/main.cpp +++ b/example/csrc/main.cpp @@ -3,7 +3,7 @@ static TOP_NAME dut; -void nvboard_bind_all_pins(Vtop* top); +void nvboard_bind_all_pins(TOP_NAME* top); static void single_cycle() { dut.clk = 0; dut.eval();