Fixed bug: forgot to replace a type with TOP_NAME
This commit is contained in:
parent
b8c2ab1661
commit
5c981ae611
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue