Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regymm/open-la500
https://github.com/regymm/open-la500
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/regymm/open-la500
- Owner: regymm
- License: mulanpsl-2.0
- Created: 2024-11-18T05:44:45.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:46:18.000Z (3 months ago)
- Last Synced: 2025-01-29T19:48:44.496Z (10 days ago)
- Language: Verilog
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openLA500
## 前言
openLA500是一款实现了龙芯架构32位精简版指令集(loongarch32r)的处理器核。其结构为单发射五级流水,分为取指、译码、执行、访存、写回五个流水级。并且含有两路组相连结构的指令和数据cache;32项tlb;以及简易的分支预测器。此外,处理器核对外为AXI接口,容易集成。OpenLA500已经过流片验证,.13工艺下频率为100M,dhrystone,coremark分数分别为0.78 DMIPS/MHz(指令数有点高),2.75 coremark/Mhz。软件方面,uboot、linux 5.14、ucore、rt-thread等常用工具及内核已完成对openLA500的适配。
详细设计报告见doc目录。