Skip to content

Commit 6ba7382

Browse files
committed
Doc: add details for dCache
1 parent 367a9bf commit 6ba7382

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ terminate only after the complete frame transmission.
378378
- `Bit 31:16` : Reserved
379379

380380

381-
##### UART CLOCK DIVIDER [RW] - Address 0x4
381+
##### CLOCK DIVIDER [RW] - Address 0x4
382382

383383
The number of CPU core cycles to divide down to get the UART data bit rate (baud rate).
384384

doc/project_mgt_hw.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# DOING
22

3-
- [~] Develop dCache
4-
- [~] Uncachable access for IOs region
5-
- [X] Derive from iCache
6-
- [X] Add pusher stage for write access
7-
- [X] APROT[2] pour instruction or data hint
8-
9-
103
# BACKLOG
114

125
N.B. :
@@ -59,6 +52,8 @@ AXI4 Infrastructure
5952
- [ ] Reduce latency in switching logic
6053
- [ ] Ajouter PERROR sur l’APB, to log on error reporting bus
6154
- [ ] Implement a L2 cache stage
55+
- [ ] Update acache usage to better use ACACHE dor dCache
56+
- [ ] Ooo write completion, response needs to come from the destination if IO write
6257

6358

6459
Control:
@@ -129,6 +124,12 @@ Hardware Test:
129124

130125
# DONE
131126

127+
- [X] Develop dCache
128+
- [X] Uncachable access for IOs region
129+
- [X] Derive from iCache
130+
- [X] Add pusher stage for write access
131+
- [X] APROT[2] pour instruction or data hint
132+
- [X] Develop dCache testbench
132133
- [X] Fix lint error code management in CI
133134
- [X] Memfy:
134135
- [X] Support outstanding read/write request

0 commit comments

Comments
 (0)