Files
ciciec2026_loongson/rtl/ip/open-la500/README.md
2026-04-12 22:20:18 +08:00

8 lines
683 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# openLA500
## 前言
openLA500是一款实现了龙芯架构32位精简版指令集loongarch32r的处理器核。其结构为单发射五级流水分为取指、译码、执行、访存、写回五个流水级。并且含有两路组相连结构的指令和数据cache32项tlb以及简易的分支预测器。此外处理器核对外为AXI接口容易集成。
OpenLA500已经过流片验证.13工艺下频率为100Mdhrystonecoremark分数分别为0.78 DMIPS/MHz(指令数有点高)2.75 coremark/Mhz。软件方面uboot、linux 5.14、ucore、rt-thread等常用工具及内核已完成对openLA500的适配。
详细设计报告见doc目录。