SandSilicon
SandSilicon
1. git submoudule问题可以通过自行下载zip,解压添加到工程中 2. 在工程设置文件中将switf 3改为swift 5
> 您好,我使用的是arty开发板,arty开发板是只有一个flash吧?所以有点困惑 arty确实只有一个flash,upload时只会更新flash中的用户程序,FPGA的image不会被复写的。
> upload的目标地址是flash的基地址么?FPGA的image也是从基地址开始的么? https://github.com/SI-RISCV/hbird-e-sdk 链接中的env目录下有*.cfg的JTAG配置文件,里面upload配置的说明,你可以去看一下。
> > I'm also trying to run the rocket core on Zybo Z7 (part no: XC7Z010-1CLG400C) without success using the pre-built. Seems we need to re-build from scratch with the...