Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
desc: "",
descEn: "",
markdownUrl: "docs/about/about.md",
useFirstHeadingAsTitle: true
useFirstHeadingAsTitle: true,
bodyOnly: true
},
"ime-dialect": {
title: "SpacemiT IME 方言",
Expand Down
2 changes: 1 addition & 1 deletion docs/compiler/Gemmini.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gemmini is part of the [Chipyard](https://github.com/ucb-bar/chipyard) ecosystem

### Architecture of Gemmini

<img src="../../Resources/gemmini-arch.png" style="zoom: 67%;" />
<img src="/docs/compiler/gemmini-arch.png" style="zoom: 67%;" />

Gemmini is implemented as a RoCC accelerator with non-standard RISC-V custom instructions. The Gemmini unit uses the RoCC port of a Rocket or BOOM *tile*, and by default connects to the memory system through the System Bus (i.e., directly to the L2 cache).

Expand Down
2 changes: 1 addition & 1 deletion docs/compiler/Gemmini.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gemmini 是 [Chipyard](https://github.com/ucb-bar/chipyard) 生态系统的一

### Gemmini 架构

<img src="../../Resources/gemmini-arch.png" style="zoom: 67%;" />
<img src="/docs/compiler/gemmini-arch.png" style="zoom: 67%;" />

Gemmini 作为 RoCC 加速器实现,使用非标准的 RISC-V 自定义指令。Gemmini 单元使用 Rocket 或 BOOM *tile* 的 RoCC 端口,默认通过系统总线(即直接连接到 L2 缓存)接入存储系统。

Expand Down
Binary file added docs/compiler/gemmini-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading