Skip to content

Commit 3d2d762

Browse files
author
Maurus Item
committed
[HW] Updated HCI and HWPE-Stream versions.
1 parent f7e6c76 commit 3d2d762

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

Bender.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ overrides:
33
fpnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: "pulp-v0.1.3" }
44

55
# branch: itemm/redmule_features for new features
6-
hwpe-stream : { git: "https://github.com/Lynx005F/hwpe-stream.git" , rev: 5e4813fb953c7d79af9c1b4ad9c3a09a91c011b1 }
6+
hwpe-stream : { git: "https://github.com/Lynx005F/hwpe-stream.git" , rev: a39dd676f7f4594910306dfcd190ef0ff94e4381 }
77

88
# branch: master, need newer version for voter macros
99
redundancy_cells : { git: "https://github.com/pulp-platform/redundancy_cells" , rev: 74749bdf83a8ceaaa99c5c73d2427020f54c70b0 }

Bender.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ packages:
6161
dependencies:
6262
- common_cells
6363
hci:
64-
revision: de933b19896d3c460dd321da7e9c44dedc4b9df1
64+
revision: cbfa4a809e1e15dd55610ee4662969b297af7e64
6565
version: null
6666
source:
6767
Git: https://github.com/Lynx005F/hci.git
@@ -80,7 +80,7 @@ packages:
8080
dependencies:
8181
- tech_cells_generic
8282
hwpe-stream:
83-
revision: 5e4813fb953c7d79af9c1b4ad9c3a09a91c011b1
83+
revision: a39dd676f7f4594910306dfcd190ef0ff94e4381
8484
version: null
8585
source:
8686
Git: https://github.com/Lynx005F/hwpe-stream.git

Bender.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ package:
2323

2424
dependencies:
2525
cv32e40p : { git: "https://github.com/pulp-platform/cv32e40p.git" , rev: "pulpissimo-v4.1.0" }
26-
hwpe-stream : { git: "https://github.com/Lynx005F/hwpe-stream.git" , rev: 5e4813fb953c7d79af9c1b4ad9c3a09a91c011b1 } # branch: itemm/redmule_features
27-
hci : { git: "https://github.com/Lynx005F/hci.git" , rev: de933b19896d3c460dd321da7e9c44dedc4b9df1 } # branch: itemm/redmule_features
26+
hwpe-stream : { git: "https://github.com/Lynx005F/hwpe-stream.git" , rev: a39dd676f7f4594910306dfcd190ef0ff94e4381 } # branch: itemm/redmule_features
27+
hci : { git: "https://github.com/Lynx005F/hci.git" , rev: cbfa4a809e1e15dd55610ee4662969b297af7e64 } # branch: itemm/redmule_features
2828
hwpe-ctrl : { git: "https://github.com/Lynx005F/hwpe-ctrl.git" , rev: 376c5da312d60cecd732336d23a0d0da2a1d0ea2 } # branch: itemm/redmule_features
2929
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.1.3" }
3030
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: 1.21.0 }

rtl/redmule_streamin.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ module redmule_streamin
129129

130130
hci_core_source #(
131131
.MISALIGNED_ACCESSES ( MISALIGNED_ACCESSES ),
132-
.`HCI_SIZE_PARAM(tcdm) ( `HCI_SIZE_PARAM(source) )
132+
.`HCI_SIZE_PARAM(tcdm) ( `HCI_SIZE_PARAM(source) ),
133+
.DIM_ENABLE_1H ( 3'b111 )
133134
) i_stream_source (
134135
.clk_i ( clk_i ),
135136
.rst_ni ( rst_ni ),

rtl/redmule_streamout.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ module redmule_streamout
5858

5959
hci_core_sink #(
6060
.MISALIGNED_ACCESSES ( MISALIGNED_ACCESSES ),
61-
.`HCI_SIZE_PARAM(tcdm) ( `HCI_SIZE_PARAM(source) )
61+
.`HCI_SIZE_PARAM(tcdm) ( `HCI_SIZE_PARAM(source) ),
62+
.DIM_ENABLE_1H ( 3'b111 )
6263
) i_stream_sink (
6364
.clk_i ( clk_i ),
6465
.rst_ni ( rst_ni ),

0 commit comments

Comments
 (0)