摘要:
https://mp.weixin.qq.com/s/cTuVq9xnj1Rcb7hrANDmcg 简单介绍MemoryBus的实现。 1. CacheBlockBytes 用于定义和查找参数配置的key: 对应的参数为缓存块的大小(字节数)。 2. BroadcastParams Broadcas 阅读全文
摘要:
https://mp.weixin.qq.com/s/M02OQk4u1yf27CnW7CvGjg 简单介绍InterruptBus的实现。 1. InterruptBusWrapper InterruptBusWrapper用于搜集内部和外部设备中断,然后注入PLIC: 1) int_bus in 阅读全文
摘要:
https://mp.weixin.qq.com/s/yzTK0PhQ57G5W02g0tqt9A 简单介绍FrontBus的实现。 1. FrontBusParams FrontBusParams定义前端总线的参数: FrontBusParams继承自HasTLBusParams和HasBuilt 阅读全文