[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:
Hailin 2022-06-22 10:31:33 +02:00 committed by Andreas Kurth
parent d533faf086
commit 36ea2210de

View file

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