From: lkcl Date: Sat, 23 May 2020 23:02:04 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2596 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57becde30fa6b9f45a6582a415d514c2b07a2de7;p=libreriscv.git --- diff --git a/Cesar_Strauss.mdwn b/Cesar_Strauss.mdwn index 871772a3e..e3f86b9bd 100644 --- a/Cesar_Strauss.mdwn +++ b/Cesar_Strauss.mdwn @@ -8,27 +8,34 @@ Contributor 1. ALU CompUnit needs to recognise that RA (src1) can be zero - Status: in progress + Status: DONE + Unit test Status: in progress + 2. Something about the above (5), being optional. - Status: in progress + Status: DONE + Unit test Status: in progress 3. Code-morph LDSTCompUnit to use RecordObject structure, like CompUnitALU Status: Need a review of Luke's implementation, compared to mine. + Priority: Low 4. Test dual ports (two L0CacheBuffer with two ports, 4-4 as well) which write to the same memory Status: not started + Priority: High 5. Luke tried two LDs in the score6600 code - they failed. Status: not started, need to check the [prototype] L0CacheBuffer + Priority: High 6. Fix a bug in the LDSTCompUnit Status: Luke thinks he fixed it, but needs a review and improving the unit tests. See: + Priority: Medium