X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Cesar_Strauss.mdwn;h=ce4f2e662c6a315fd5deaec1a0d6eef4c94d4800;hb=9e51fa900f0d5006f5dddea3dc12f6f9426bbd56;hp=81d74613ac8cdaeb814fe1fc3aa2a494b8d94e01;hpb=263f8654f79905bda3a50504420d38303918e9e5;p=libreriscv.git diff --git a/Cesar_Strauss.mdwn b/Cesar_Strauss.mdwn index 81d74613a..ce4f2e662 100644 --- a/Cesar_Strauss.mdwn +++ b/Cesar_Strauss.mdwn @@ -2,33 +2,50 @@ Contributor +* [Bugtracker assignments](https://bugs.libre-soc.org/buglist.cgi?email1=cestrauss@gmail.com&emailassigned_to1=1&emailtype1=substring&resolution=---) + # Status Tracking ## Currently working on 1. ALU CompUnit needs to recognise that RA (src1) can be zero - Status: not started + Status: DONE + Unit test Status: in progress + 2. Something about the above (5), being optional. - Status: not started + Status: DONE + Unit test Status: in progress + +3. CompALUMulti parallel functions unit test + + Priority: Medium-to-High -3. Code-morph LDSTCompUnit to use RecordObject structure, like CompUnitALU +4. 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 +5. 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. +6. 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 +7. Fix a bug in the LDSTCompUnit Status: Luke thinks he fixed it, but needs a review and improving the -unit tests. See: +unit tests. + See: + Priority: Medium +8. LDSTCompUnit parallel functions unit test + + Priority: Medium-ish