(no commit message)
[libreriscv.git] / Cesar_Strauss.mdwn
1 # Cesar Strauss
2
3 Contributor
4
5 # Status Tracking
6
7 ## Currently working on
8
9 1. ALU CompUnit needs to recognise that RA (src1) can be zero
10 <https://bugs.libre-soc.org/show_bug.cgi?id=336>
11 Status: DONE
12 Unit test Status: in progress
13
14
15 2. Something about the above (5), being optional.
16 <https://bugs.libre-soc.org/show_bug.cgi?id=336#c5>
17 Status: DONE
18 Unit test Status: in progress
19
20 3. Code-morph LDSTCompUnit to use RecordObject structure, like CompUnitALU
21 <https://bugs.libre-soc.org/show_bug.cgi?id=318#c18>
22 Status: Need a review of Luke's implementation, compared to mine.
23 Priority: Low
24
25 4. Test dual ports (two L0CacheBuffer with two ports, 4-4 as well) which
26 write to the same memory
27 <https://bugs.libre-soc.org/show_bug.cgi?id=318#c11>
28 Status: not started
29 Priority: High
30
31 5. Luke tried two LDs in the score6600 code - they failed.
32 <https://bugs.libre-soc.org/show_bug.cgi?id=318#c17>
33 Status: not started, need to check the [prototype] L0CacheBuffer
34 Priority: High
35
36 6. Fix a bug in the LDSTCompUnit
37 <https://bugs.libre-soc.org/show_bug.cgi?id=318>
38 Status: Luke thinks he fixed it, but needs a review and improving the
39 unit tests. See: <https://bugs.libre-soc.org/show_bug.cgi?id=318#c7>
40 Priority: Medium
41
42 7. CompALUMulti parallel functions unit test
43 <https://bugs.libre-soc.org/show_bug.cgi?id=336#c11>
44 Priority: Medium