Skip to content

Commit 1d18e71

Browse files
update storeunit pics
* StoreUnit & template * StoreUnit docs update * StoreUnit update * Update 01_storeunit.md * Update 01_storeunit.md pics update
1 parent b5dc2a3 commit 1d18e71

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

documents/content/zh-cn/docs/98_ut/03_memblock/03_lsu/01_storeunit.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ StoreUnit 是存储指令执行单元 ,由多个协同工作的子模块组成
3030

3131
<div>
3232
<center>
33-
<img src="../scalar.png"
33+
34+
<img src="../../../../../../static/docs/98_ut/03_memblock/03_storeunit/scalar.png"
35+
3436
alt="sw指令流水示意图"
3537
style="zoom:100%"/>
3638
<br>
@@ -95,7 +97,9 @@ SEG 指令则由独立的 VSegmentUnit 模块处理。
9597

9698
<div>
9799
<center>
98-
<img src="../vector.png"
100+
101+
<img src="../../../../../../static/docs/98_ut/03_memblock/03_storeunit/vector.png"
102+
99103
alt="vse指令流水示意图"
100104
style="zoom:100%"/>
101105
<br>
@@ -138,7 +142,7 @@ StoreUnit处理非对齐Store指令流程和标量类似,特别的:
138142

139143
<div>
140144
<center>
141-
<img src="../misalign.png"
145+
<img src="../../../../../../static/docs/98_ut/03_memblock/03_storeunit/misalign.png"
142146
alt="非对齐sd指令流水示意图"
143147
style="zoom:100%"/>
144148
<br>
@@ -176,7 +180,7 @@ Store指令地址流水线分为S0/S1/S2/S3四级,如图所示:
176180

177181
<div>
178182
<center>
179-
<img src="../StoreUnit.png"
183+
<img src="../../../../../../static/docs/98_ut/03_memblock/03_storeunit/StoreUnit.png"
180184
alt="StoreUnit整体框图"
181185
style="zoom:100%"/>
182186
<br>
@@ -738,7 +742,7 @@ SBuffer支持超时清空机制;超过2^20周期未被换出的数据块将被
738742

739743
<div>
740744
<center>
741-
<img src="../LSU-StoreUnit-Timing.svg"
745+
<img src="../../../../../../static/docs/98_ut/03_memblock/03_storeunit/LSU-StoreUnit-Timing.svg"
742746
alt="StoreUnit接口时序"
743747
style="zoom:100%"/>
744748
<br>

0 commit comments

Comments
 (0)