Add operands stage with duplicated RF for rs1/2/3

This commit is contained in:
Hansung Kim
2024-04-15 16:45:59 -07:00
parent 87b966a5fa
commit 978b1fe2d0
2 changed files with 232 additions and 1 deletions

View File

@@ -72,8 +72,13 @@ module VX_issue #(
.scoreboard_if (scoreboard_if)
);
`ifdef GPR_DUPLICATED
VX_operands_dup #(
`else
VX_operands #(
.CORE_ID (CORE_ID)
`endif
.CORE_ID (CORE_ID),
.CACHE_ENABLE (0)
) operands (
.clk (clk),
.reset (operands_reset),