技术栈

rocketchip

前滩西岸
2 年前
risc-v·chisel·rocketchip
rocket-chip [email protected]验证环境操作指南rocket-chip [email protected]验证环境操作指南 ======================================================== rocket-tools版本号 * (HEAD detached at 2022.12.26) ----------------------------------------------------------------------------------------------- export RISCV
前滩西岸
2 年前
chisel·rocketchip
BufferParams in diplomacy-Parameter.scalacase class BufferParams(depth: Int, flow: Boolean, pipe: Boolean) { require (depth >= 0, "Buffer depth must be >= 0") def isDefined = depth > 0 def latency = if (isDefined && !flow) 1 else 0
前滩西岸
2 年前
chisel·rocketchip·chipyard
CHIPYARD环境安装与编译指南======== setup basic environment ========= ubuntu20.04-LTS sudo apt install jq device-tree-compiler ninja-build