GPIO Controller的简单字符设备驱动代码
2023-01-20 22:25:27 49KB openrisc or1200
1
个人板子ep2c20f484c8的u-boot修改代码
2022-11-09 14:45:44 91KB openrisc or1200
1
工欲善其事,必先利其器。 本章将带领读者一步一步建立起实验平台、准备好实验工具,有了平台和工具的帮助,可以更加方便 的认识和理解OR1200 的内部细节
2022-09-24 16:55:15 695KB OR1200
1
开源处理器 源代码 Verilog版 OR1200_UPR_IMP_BITS 4 `define OR1200_UPR_MP_BITS 5 `define OR1200_UPR_DUP_BITS 6 `define OR1200_UPR_PCUP_BITS 7 `define OR1200_UPR_PMP_BITS 8 `define OR1200_UPR_PICP_BITS 9 `define OR1200_UPR_TTP_BITS 10 `define OR1200_UPR_RES1_BITS 23:11 `define OR1200_UPR_CUP_BITS 31:24 // UPR values `define OR1200_UPR_UP 1'b1 `ifdef OR1200_NO_DC `define OR1200_UPR_DCP 1'b0 `else `define OR1200_UPR_DCP 1'b1 `endif `ifdef OR1200_NO_IC `define OR1200_UPR_ICP 1'b0 `else `define OR1200_UPR_ICP 1'b1 `endif `ifdef OR1200_NO_DMMU `define OR1200_UPR_DMP 1'b0 `else `define OR1200_UPR_DMP 1'b1 `endif `ifdef OR1200_NO_IMMU `define OR1200_UPR_IMP 1'b0 `else `define OR1200_UPR_IMP 1'b1 `endif `define OR1200_UPR_MP 1'b1 // MAC always present `ifdef OR1200_DU_IMPLEMENTED `define OR1200_UPR_DUP 1'b1 `else `define OR1200_UPR_DUP 1'b0 `endif `define OR1200_UPR_PCUP 1'b0 // Performance counters
2022-03-10 16:01:57 211KB Verilog FPGA 处理器 源代码
1
可用的or1200处理器verilog源代码
2022-03-10 15:52:50 2.33MB or1200
1
OpenRISC指令集的中文翻译,想研究OpenRISC的是一个不错的资料
2022-02-12 14:42:15 282KB OpenRISC or1200 指令
1
片上系统设计思想与源代码分析.pdf,详细介绍了基于OR1200开源系统的SOC的设计方法及流程
2021-11-15 21:01:46 137.13MB SOC SOPC 集成电路 OR1200
1
包括Openrisc源码分析与系统移植的扫描版pdf,OR1200的源码及源码分析,XiangLi的硕士论文,一个cnblog的链接和资料
2021-09-02 17:20:20 61.61MB or1200 openrisc or1k
1
自行搭建的or1200及opencores工程源码
2021-08-20 11:17:28 23.08MB openrisc or1200
1
kobe大作,剖析or1200架构和数据流,分析rtl代码--openrisc那些事儿
2020-02-08 03:12:33 1.95MB openrisc or1200
1