mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
ariane_pkg: remove unused localparam ISSUE_WIDTH (#2710)
This localparam is not needed anymore.
This commit is contained in:
parent
41c22069a0
commit
7af0f2e4d1
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue