Skip to content

Commit

Permalink
updating the REG_ADDR_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimasaleem committed Sep 7, 2023
1 parent 2309869 commit 8febe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/ariane_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ package ariane_pkg;
localparam riscv::xlen_t OPENHWGROUP_MVENDORID = {{riscv::XLEN-32{1'b0}}, 32'h0602};
localparam riscv::xlen_t ARIANE_MARCHID = {{riscv::XLEN-32{1'b0}}, 32'd3};

// 32 registers + 1 bit for re-naming = 6
localparam REG_ADDR_SIZE = 6;
// 32 registers
localparam REG_ADDR_SIZE = 5;

// Read ports for general purpose register files
localparam NR_RGPR_PORTS = 2;
Expand Down

0 comments on commit 8febe20

Please sign in to comment.