Merge pull request #27 from wele0612/master
Fixed bug: forgot to replace a type with TOP_NAME
This commit is contained in:
commit
7c360c777a
|
@ -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