Briey testbench, fix io_coreInterrupt to zero to avoid external interrupt set by random boots values

This commit is contained in:
Dolu1990 2018-02-22 22:36:13 +01:00
parent d957934949
commit 137b1ee32c
1 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,8 @@ public:
Vga *vga = new Vga(top,640,480);
vgaClk->add(vga);
#endif
top->io_coreInterrupt = 0;
}