-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Further work on doc, add CVA6 SDK submodule
- Loading branch information
Showing
8 changed files
with
59 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
path = sw/deps/printf | ||
url = https://github.com/mpaland/printf | ||
ignore = dirty | ||
[submodule "sw/deps/cva6-sdk"] | ||
path = sw/deps/cva6-sdk | ||
url = [email protected]:pulp-platform/cva6-sdk.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
# Architecture | ||
|
||
## Memory Map | ||
|
||
+--------------------+-------------------+-------------+------+-------+ | ||
| Block | Device | Start | Size | Flags | | ||
+====================+===================+=============+======+=======+ | ||
| 256K periphs @ AXI | Debug ROM | 0x0000_0000 | 256K | E | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| 4K periphs @ AXI | AXI DMA (Cfg) | 0x0100_0000 | 4K | | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| 256K periphs @ Reg | Boot ROM | 0x0200_0000 | 256K | E | | ||
| +-------------------+-------------+------+-------+ | ||
| | (A)CLINT(s) | 0x0204_0000 | 256K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | CLIC | 0x0208_0000 | 256K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | IRQ router | 0x0210_0000 | 256K | | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| 4K periphs @ Reg | Regs | 0x0300_0000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | LLC (Cfg) | 0x0300_1000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | UART | 0x0300_2000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | I2C | 0x0300_3000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | SPI Host | 0x0300_4000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | GPIO | 0x0300_5000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | Serial Link (Cfg) | 0x0300_6000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | VGA (Cfg) | 0x0300_7000 | 4K | | | ||
| +-------------------+-------------+------+-------+ | ||
| | AXI RT | 0x0300_8000 | 4K | | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| PLIC @ Reg | PLIC | 0x0400_0000 | 64M | | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| SPM @ AXI | cached | 0x1000_0000 | 64M | CIE | | ||
| +-------------------+-------------+------+-------+ | ||
| | uncached | 0x1400_0000 | 64M | IE | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| External | CIE | 0x2000_0000 | 512M | CIE | | ||
| +-------------------+-------------+------+-------+ | ||
| | non-CIE | 0x4000_0000 | 1G | | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
| LLC out (DRAM) | | 0x8000_0000 | ? | CIE | | ||
+--------------------+-------------------+-------------+------+-------+ | ||
|
||
## Boot ROM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ tabulate | |
yapf | ||
mkdocs | ||
mkdocs-material | ||
markdown-grid-tables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters