Skip to content
Snippets Groups Projects
Commit 0d1f1990 authored by dwn1c21's avatar dwn1c21
Browse files

Update README.md

parent dc756c1c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,19 @@ For FPGA development you will need a Vivado installation
## Accelerator integration
The subsystem has an expansion region where you can integrate your accelerator. This includes a full AXI slave port with 128-bit data width, an APB port for register interfacing with your accelerator, as well as clock and power control (Q and P-channel).
## Memory Map
| Region | Base Adress | Size | End Adress |
| ------ | ------ | ------ | ------ |
| System (AXI) | 0x00000000 | 0x100000 | 0x001FFFFF |
| SRAM 0 | 0x60000000 | 0x40000 | 0x6003FFFF |
| SRAM 1 | 0x60040000 | 0x40000 | 0x6007FFFF |
| Expansion (AXI) | 0x60080000 | 0x40000 | 0x600BFFFF |
| DMA (APB) | 0x600C0000 | 0x2000 | 0x600C1FFF |
| Expansion (APB) | 0x600C2000 | 0x1000 | 0x600C2FFF |
| SRAM 0 (Alias) | 0x68000000 | 0x40000 | 0x6803FFFF |
| SRAM 1 (Alias) | 0x68040000 | 0x40000 | 0x6807FFFF |
## Support
For support please go to soclabs.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment