mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
temp fix for lab2 on z710v1.3 board
This commit is contained in:
@@ -63,7 +63,11 @@ class Top(binaryFilename: String = "say_goodbye.asmbin") extends Module {
|
|||||||
|
|
||||||
withClock(CPU_tick.asClock) {
|
withClock(CPU_tick.asClock) {
|
||||||
val cpu = Module(new CPU)
|
val cpu = Module(new CPU)
|
||||||
cpu.io.interrupt_flag := Cat(uart.io.signal_interrupt, timer.io.signal_interrupt)
|
// cpu.io.interrupt_flag := Cat(uart.io.signal_interrupt, timer.io.signal_interrupt)
|
||||||
|
|
||||||
|
/* disable interrupt flag for now, some unexpected bugs in Zybo 7010 v1.3 board*/
|
||||||
|
cpu.io.interrupt_flag := 0.U
|
||||||
|
|
||||||
cpu.io.csr_regs_debug_read_address := 0.U
|
cpu.io.csr_regs_debug_read_address := 0.U
|
||||||
cpu.io.regs_debug_read_address := 0.U
|
cpu.io.regs_debug_read_address := 0.U
|
||||||
// cpu.io.debug_read_address := 0.U
|
// cpu.io.debug_read_address := 0.U
|
||||||
|
|||||||
Reference in New Issue
Block a user