Skip to content

Commit

Permalink
Use FF-based register-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Jan 11, 2024
1 parent 9030a81 commit 96f7373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
- hwpe-stream
- l2_tcdm_hybrid_interco
hwpe-ctrl:
revision: b8b393575f40aea4dbd22cc7fc6077aaff2e3ed1
revision: c35d5b0886ab549fb9144c3c14a4682112330e21
version: null
source:
Git: https://github.com/pulp-platform/hwpe-ctrl.git
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
cv32e40x : { git: "https://github.com/pulp-platform/cv32e40x.git" , rev: "redmule-v1.0" }
ibex : { git: "https://github.com/pulp-platform/ibex.git" , rev: pulpissimo-v6.1.2 }
hwpe-stream : { git: "https://github.com/pulp-platform/hwpe-stream.git" , version: 1.6 }
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: b8b393575f40aea4dbd22cc7fc6077aaff2e3ed1 } # branch: yt/reqrsp
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: c35d5b0886ab549fb9144c3c14a4682112330e21 } # branch: yt/reqrsp
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: 0c67be238169209e3c89f6dd577496db1cf9cc88 } # branch: yt/reqrsp
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.1.3" }
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: 1.21.0 }
Expand Down
2 changes: 1 addition & 1 deletion rtl/redmule_ctrl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ localparam int unsigned LEFT_PARAMS = LEFT_PARAMS
.N_IO_REGS ( REDMULE_REGS ),
.N_GENERIC_REGS ( 6 ),
.ID_WIDTH ( ID_WIDTH ),
.DataWidth ( SysDataWidth )
.DATA_WIDTH ( SysDataWidth )
) i_slave (
.clk_i ( clk_i ),
.rst_ni ( rst_ni ),
Expand Down

0 comments on commit 96f7373

Please sign in to comment.