Skip to content

Commit

Permalink
Updates for AXI DMA connections
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jul 25, 2024
1 parent 4c8b312 commit 67adfed
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 101 deletions.
2 changes: 1 addition & 1 deletion src/integration/config/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ schema_version: 2.4.0
requires:
- caliptra_top_defines
- libs
- axi_sub
- kv_defines_pkg
- pv_defines_pkg
- dv_defines_pkg
Expand Down Expand Up @@ -66,6 +65,7 @@ schema_version: 2.4.0
requires:
- asserts
- libs
- caliptra_axi_sram
- spiflash
- caliptra_top
- el2_veer_pkg
Expand Down
326 changes: 280 additions & 46 deletions src/integration/rtl/caliptra_reg.h

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/integration/rtl/caliptra_reg.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ addrmap clp {

sha512_acc_csr sha512_acc_csr @ 0x3002_1000;

axi_dma_reg axi_dma_reg @ 0x3002_2000;

soc_ifc_reg soc_ifc_reg @ 0x3003_0000;

};
Loading

0 comments on commit 67adfed

Please sign in to comment.