RISC-V开源核分为开源核(无外设)、SOC、FPGA、多核等多种框架。
包括EDA仿真框架及FPGA框架
https://github.com/T-head-Semi/wujian100_open
PULPino是一款开源单核微控制器系统,基于苏黎世联邦理工学院开发的32位RISC-V内核PULP开发的。Pulpino具有功耗低面积小的特点,可配置为使用RISCY或zero-riscy核心。苏黎世联邦理工学院有多个系列的设计框架,官网 https://pulp-platform.org/
pulpino链接:https://github.com/pulp-platform/pulpino
一个精简的riscv核,部分指令未实现,代码可读性较高。
https://github.com/darklife/darkriscv
原文:https://www.cnblogs.com/xuxian007/p/13369894.html