diff --git a/core/include/ariane_pkg.sv b/core/include/ariane_pkg.sv index 446f609a61..d750dc7ac2 100644 --- a/core/include/ariane_pkg.sv +++ b/core/include/ariane_pkg.sv @@ -166,7 +166,7 @@ package ariane_pkg; // maximum instructions we can fetch on one request (we support compressed instructions) localparam int unsigned INSTR_PER_FETCH = RVC == 1'b1 ? (FETCH_WIDTH / 16) : 1; localparam int unsigned LOG2_INSTR_PER_FETCH = RVC == 1'b1 ? $clog2( - ariane_pkg::INSTR_PER_FETCH + INSTR_PER_FETCH ) : 1; // ---------------