Skip to content

Commit

Permalink
Modify ariane_pkg.sv following issue openhwgroup#1726. This issue was…
Browse files Browse the repository at this point in the history
… encountered during ASIC synthesis with DC version P-2019.03.
  • Loading branch information
Caaliph Andriamisaina committed Jan 8, 2024
1 parent c430c6c commit b236555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/ariane_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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;

// ---------------
Expand Down

0 comments on commit b236555

Please sign in to comment.