Skip to content

Commit

Permalink
format(lsu): adds spaces between chinese and english characters
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongnemo authored Aug 27, 2020
1 parent 5b8288d commit f4e3a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 功能部件/lsu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

访存单元负责处理全部的访存指令, 若访存指令没有产生例外则由访存单元进行写回, 否则由 CSR 单元进行写回(参见[CSR单元](./csr.md)部分).

由于开发时间的限制, 访存部分并未做流水化处理. 访存单元通过一个状态机控制访存单元到 DCache 的握手. 目前, 访存单元是NutShell顺序核的最大性能瓶颈.
由于开发时间的限制, 访存部分并未做流水化处理. 访存单元通过一个状态机控制访存单元到 DCache 的握手. 目前, 访存单元是 NutShell 顺序核的最大性能瓶颈.

目前的访存状态机如下图所示:

<img src="pic/MEMFSM-NutShell.png" width="600" />

与一致性相关的访存细节, 参见[访存系统](../系统/mem.md)部分.
与一致性相关的访存细节, 参见[访存系统](../系统/mem.md)部分.

0 comments on commit f4e3a50

Please sign in to comment.