Fixed bug: forgot to replace a type with TOP_NAME

This commit is contained in:
珞林 2024-01-31 11:09:40 -08:00 committed by GitHub
parent b8c2ab1661
commit 5c981ae611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
static TOP_NAME dut; static TOP_NAME dut;
void nvboard_bind_all_pins(Vtop* top); void nvboard_bind_all_pins(TOP_NAME* top);
static void single_cycle() { static void single_cycle() {
dut.clk = 0; dut.eval(); dut.clk = 0; dut.eval();