Skip to content

Commit

Permalink
ariane_pkg: remove unused localparam ISSUE_WIDTH (openhwgroup#2710)
Browse files Browse the repository at this point in the history
This localparam is not needed anymore.
  • Loading branch information
cathales authored Jan 16, 2025
1 parent 41c2206 commit 7af0f2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/include/ariane_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ package ariane_pkg;
// TODO: Slowly move those parameters to the new system.
localparam BITS_SATURATION_COUNTER = 2;

localparam ISSUE_WIDTH = 1;

// depth of store-buffers, this needs to be a power of two
localparam logic [2:0] DEPTH_SPEC = 'd4;

Expand Down

0 comments on commit 7af0f2e

Please sign in to comment.