mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
fixed the wrong assignment of uart output in lab1 z710 Top module
This commit is contained in:
@@ -42,7 +42,6 @@ class Top(binaryFilename: String = "say_goodbye.asmbin") extends Module {
|
|||||||
uart.io.bundle <> dummy.io.bundle
|
uart.io.bundle <> dummy.io.bundle
|
||||||
io.tx := uart.io.txd
|
io.tx := uart.io.txd
|
||||||
uart.io.rxd := io.rx
|
uart.io.rxd := io.rx
|
||||||
io.tx := 0.U
|
|
||||||
|
|
||||||
val instruction_rom = Module(new InstructionROM(binaryFilename))
|
val instruction_rom = Module(new InstructionROM(binaryFilename))
|
||||||
val rom_loader = Module(new ROMLoader(instruction_rom.capacity))
|
val rom_loader = Module(new ROMLoader(instruction_rom.capacity))
|
||||||
|
|||||||
Reference in New Issue
Block a user