From c58f6f00c43b2d377851350367c489e9885b4de8 Mon Sep 17 00:00:00 2001 From: Cesar_Strauss Date: Mon, 21 Sep 2020 11:04:04 +0100 Subject: [PATCH] Update my home page with the recent new tasks --- Cesar_Strauss.mdwn | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Cesar_Strauss.mdwn b/Cesar_Strauss.mdwn index bdaa329b3..fa2b1fb7c 100644 --- a/Cesar_Strauss.mdwn +++ b/Cesar_Strauss.mdwn @@ -10,13 +10,13 @@ Contributor 1. ALU CompUnit needs to recognise that RA (src1) can be zero - Status: DONE + Status: DONE Unit test Status: in progress 2. Something about the above (5), being optional. - Status: DONE + Status: DONE Unit test Status: in progress 3. CompALUMulti parallel functions unit test @@ -25,31 +25,42 @@ Contributor 4. Code-morph LDSTCompUnit to use RecordObject structure, like CompUnitALU - Status: Need a review of Luke's implementation, compared to mine. + Status: Need a review of Luke's implementation, compared to mine. Priority: Low 5. Test dual ports (two L0CacheBuffer with two ports, 4-4 as well) which write to the same memory - Status: not started + Status: not started Priority: High 6. Luke tried two LDs in the score6600 code - they failed. - Status: not started, need to check the [prototype] L0CacheBuffer + Status: not started, need to check the [prototype] L0CacheBuffer Priority: High 7. Fix a bug in the LDSTCompUnit Status: Luke thinks he fixed it, but needs a review and improving the unit tests. - See: + See: Priority: Medium 8. LDSTCompUnit parallel functions unit test Priority: Medium-ish +9. FSM-based ALU example needed (compliant with ALU CompUnit) + + Status: DONE + Investigating one last optimization opportunity. + Priority: Low + +10. Find root cause of cxxsim hang + + Status: ongoing + Priority: High + ## Completed but not yet submitted: ## Submitted for NLNet RFP -- 2.30.2