ariane_pkg: remove unused localparam ISSUE_WIDTH (#2710)
Some checks are pending
bender-up-to-date / bender-up-to-date (push) Waiting to run
ci / build-riscv-tests (push) Waiting to run
ci / execute-riscv64-tests (push) Blocked by required conditions
ci / execute-riscv32-tests (push) Blocked by required conditions

This localparam is not needed anymore.
This commit is contained in:
Côme 2025-01-16 23:12:33 +01:00 committed by GitHub
parent 41c22069a0
commit 7af0f2e4d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;