Skip to content

Commit

Permalink
[WIP] fix wide DMA TCDM-TCDM timing loop with brute force (FIFO)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-gazzi committed Jul 9, 2024
1 parent a80a3d2 commit 1afcad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ packages:
- cv32e40p
- fpnew
hci:
revision: 8604c8445569df11904f2b022cb998dbcce0e6e3
revision: c717c632cf12fd754de42fe87e89c93a84c44ced
version: 2.1.1
source:
Git: https://github.com/pulp-platform/hci.git
Expand Down Expand Up @@ -183,14 +183,6 @@ packages:
Git: https://github.com/pulp-platform/mchan.git
dependencies:
- common_cells
obi:
revision: 2ee698211db5c007bd0d207ebd646ce79f0472ec
version: null
source:
Git: https://github.com/pulp-platform/obi.git
dependencies:
- common_cells
- common_verification
neureka:
revision: 8e0883bd0c19c6844122456c749c2bdfde18011f
version: null
Expand All @@ -201,6 +193,14 @@ packages:
- hwpe-ctrl
- hwpe-stream
- zeroriscy
obi:
revision: 2ee698211db5c007bd0d207ebd646ce79f0472ec
version: null
source:
Git: https://github.com/pulp-platform/obi.git
dependencies:
- common_cells
- common_verification
per2axi:
revision: 892fcad60b6374fe558cbde76f4a529d473ba5ca
version: 1.0.4
Expand Down
1 change: 1 addition & 0 deletions rtl/cluster_interconnect_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module cluster_interconnect_wrap
.N_MEM ( NB_TCDM_BANKS ),
.IW ( TCDM_ID_WIDTH ),
.TS_BIT ( TEST_SET_BIT ),
.EXPFIFO( 2 ),// MUST BE A MULTIPLE OF 2!!!
.`HCI_SIZE_PARAM(cores) ( HCI_CORE_SIZE ),
.`HCI_SIZE_PARAM(mems) ( HCI_MEM_SIZE ),
.`HCI_SIZE_PARAM(hwpe) ( HCI_HWPE_SIZE )
Expand Down

0 comments on commit 1afcad9

Please sign in to comment.