提交 3f7f5fbb 编写于 作者: Z Zihao Yu

SoC: use larger MMIO space to access frame buffer

上级 175868ac
......@@ -63,7 +63,7 @@ class XSSoc(implicit val p: XSConfig) extends Module with HasSoCParameter {
xsCore.io.imem.coh.req.bits := DontCare
val addrSpace = List(
(0x40000000L, 0x08000000L), // external devices
(0x40000000L, 0x40000000L), // external devices
(0x38000000L, 0x00010000L) // CLINT
)
val mmioXbar = Module(new SimpleBusCrossbar1toN(addrSpace))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册