Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 602 Bytes

dlco_system

big homework for dlco-exp

设备支持

  • VGA
  • 键盘
  • 时钟

内存布局规定

imem: [0x00000000, 0x0001ffff) 指令
dmem: [0x00100000, 0x0011ffff) 数据
vram: [0x00200000, 0x00201000) 显存(字符),行优先
kbd :  0x00300000              键盘
clk :  0x00400000              时钟
regs: [0x00500000, 0x00500008) 显存(字符)相关寄存器
vram: [0x00600000, 0x0061ffff) 显存(像素),行优先
sw  : [0x00700000, 0x0070000a) 开关
but : [0x00800000, 0x00800004) 按键
ledr: [0x00900000, 0x0090000a) LED灯
hex : [0x00a00000, 0x00a00006) 七段数码管