Add operands stage with duplicated RF for rs1/2/3
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user