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

fixup! scoreboard: size and timing improvements

parent 48239128
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ package ariane_pkg;
| ((riscv::XLEN == 64 ? 2 : 1) << riscv::XLEN-2); // MXL
// 32 registers + 1 bit for re-naming = 6
localparam REG_ADDR_SIZE = 6;
localparam REG_ADDR_SIZE = (ENABLE_RENAME) ? 6 : 5;
localparam NR_WB_PORTS = 5;
// static debug hartinfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment