From 96f7373b37281ab2b80d3a3e82436a227a6e20fe Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Thu, 11 Jan 2024 13:38:24 +0100 Subject: [PATCH] Use FF-based register-file. --- Bender.lock | 2 +- Bender.yml | 2 +- rtl/redmule_ctrl.sv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 73639a2..baa2953 100644 --- a/Bender.lock +++ b/Bender.lock @@ -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 diff --git a/Bender.yml b/Bender.yml index 36c736d..e32da41 100644 --- a/Bender.yml +++ b/Bender.yml @@ -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 } diff --git a/rtl/redmule_ctrl.sv b/rtl/redmule_ctrl.sv index 7faf5bc..d998f06 100644 --- a/rtl/redmule_ctrl.sv +++ b/rtl/redmule_ctrl.sv @@ -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 ),