From: Luke Kenneth Casson Leighton Date: Wed, 12 Dec 2018 12:46:17 +0000 (+0000) Subject: update conversation X-Git-Tag: convert-csv-opcode-to-binary~4780 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e8b278462937190cb6c76a9caf2b3336ce5f700;p=libreriscv.git update conversation --- diff --git a/3d_gpu/microarchitecture.mdwn b/3d_gpu/microarchitecture.mdwn index f188ec1cf..7b95d02f3 100644 --- a/3d_gpu/microarchitecture.mdwn +++ b/3d_gpu/microarchitecture.mdwn @@ -364,9 +364,9 @@ scoreboards are not just scoreboards, they are dependency matrices, and there are several of them: * one for LOAD/STORE-to-LOAD/STORE: -    - most recent LOADs prevent later STOREs -    - most recent STOREs prevent later LOADs. -* one for Function-Unit to Function-Unit. + - most recent LOADs prevent later STOREs +  - most recent STOREs prevent later LOADs. +- one for Function-Unit to Function-Unit.     - it expresses both RAW and WAW hazards through "Go_Write" and "Go_Read" signals, which are stopped from proceeding by dependent 1-bit CAM latches