Skip to content
Snippets Groups Projects
Commit 59a05d40 authored by Alban Gruin's avatar Alban Gruin
Browse files

ariane_pkg: use a single commit port


Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent d30803c0
Branches ariane
Tags
No related merge requests found
Pipeline #456 failed
......@@ -133,7 +133,7 @@ package ariane_pkg;
// to uniquely identify the entry in the scoreboard
localparam ASID_WIDTH = (riscv::XLEN == 64) ? 16 : 1;
localparam BITS_SATURATION_COUNTER = 2;
localparam NR_COMMIT_PORTS = 2;
localparam NR_COMMIT_PORTS = 1;
localparam ENABLE_RENAME = 1'b0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment