From: Luke Kenneth Casson Leighton Date: Mon, 23 Mar 2020 15:17:44 +0000 (+0000) Subject: add bit about ldst comp unit X-Git-Tag: convert-csv-opcode-to-binary~3081 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b24d099f8d3ac61ddb4c6496bb1620637848b7b9;p=libreriscv.git add bit about ldst comp unit --- diff --git a/3d_gpu/architecture/6600scoreboard.mdwn b/3d_gpu/architecture/6600scoreboard.mdwn index 567eee0ad..48dcc2ec2 100644 --- a/3d_gpu/architecture/6600scoreboard.mdwn +++ b/3d_gpu/architecture/6600scoreboard.mdwn @@ -46,8 +46,8 @@ are active. Cyclically respecting these request-response signals results in the SR Latches never going into "unstable / unknown" states. Note: there is an error in the diagram, compared to the source code. -It was necessary to capture src2 separate from src1, so that for the ST, -src2 goes into the STORE as the data, not src1. +It was necessary to capture src2 (op2) separate from src1 (op1), so that +for the ST, op2 goes into the STORE as the data, not op1. Source: