mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[rtl] Change parameter type
This commit changes parameter type from 'int' to 'unsigned int' according to CV-XIF standard update.
This commit is contained in:
parent
d533faf086
commit
36ea2210de
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ package ibex_pkg;
|
|||
////////////////
|
||||
// Documentation page: https://docs.openhwgroup.org/projects/openhw-group-core-v-xif/en/latest/
|
||||
|
||||
parameter int X_ID_WIDTH = 4;
|
||||
parameter int unsigned X_ID_WIDTH = 4;
|
||||
|
||||
typedef struct packed {
|
||||
logic [15:0] instr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue