computer_knowledge_notes/Hardware/RISC-V/cpu_rocket.md

10 lines
365 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.

#### 概览
下图是对Rocket_chip的概览。
![rocket_chip](_img/rocket_chip.png)
- Rocket Tile一个Rocket core和对应的L1缓存。
- htifHost/Target interfaceHost指ARM PSTarget指RISC-V。
- coherence manager一致性管理器管理L1缓存和L2缓存的一致性。
- TileLinkRocet Tile与一致性管理器之间的通信协议。