Merge pull request #27 from wele0612/master

Fixed bug: forgot to replace a type with TOP_NAME
This commit is contained in:
Zihao Yu 2024-02-01 20:18:02 +08:00 committed by GitHub
commit 7c360c777a
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;
void nvboard_bind_all_pins(Vtop* top);
void nvboard_bind_all_pins(TOP_NAME* top);
static void single_cycle() {
dut.clk = 0; dut.eval();