Briey testbench, fix io_coreInterrupt to zero to avoid external interrupt set by random boots values
This commit is contained in:
parent
d957934949
commit
137b1ee32c
|
@ -416,6 +416,8 @@ public:
|
||||||
Vga *vga = new Vga(top,640,480);
|
Vga *vga = new Vga(top,640,480);
|
||||||
vgaClk->add(vga);
|
vgaClk->add(vga);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
top->io_coreInterrupt = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue