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