riscv
yzt0000000
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
怎样搭建用于RISCV的chipyard 环境
chipyard 的RISCV环境的集大成者平台: ubuntu 16.04资源: 代理 (源里有的库托管到了google)步骤:1.git clone https://github.com/ucb-bar/chipyard.git2. 运行scripts/ubuntu-req.sh 保证依赖库完整 这里如果python3.6 无法安装,可以跳过,直接用python3.5也是可以的。3. 设置git 的代理git config --global https.pr...原创 2020-06-04 20:05:41 · 4267 阅读 · 3 评论 -
ubuntu 配置 riscv rocket-chip
1. git clone https://github.com/freechipsproject/rocket-chip.git$ git clone https://github.com/ucb-bar/rocket-chip.git$ cd rocket-chip$ git submodule update --init2. 配置环境变量setenv RISCV "~...原创 2018-10-25 15:33:42 · 1237 阅读 · 0 评论 -
[RISCV] gnu-mcu-eclipse for riscv 安装与配置
参考文档:https://gnu-mcu-eclipse.github.io/Step 1: java window :https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html linux (ubuntu) : su...原创 2019-04-16 11:01:55 · 2420 阅读 · 0 评论
分享