IF: Rename instr_is_compressed_out to fix compilation (#112)

This commit is contained in:
MarioOpenHWGroup 2023-05-10 15:51:51 +02:00 committed by GitHub
parent 6bb99ef52e
commit f20fc8bcc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,7 @@ module cve2_if_stage import cve2_pkg::*; #(
logic mispredicted, mispredicted_d, mispredicted_q;
assign next_pc = fetch_addr + (instr_is_compressed_out ? 32'd2 : 32'd4);
assign next_pc = fetch_addr + (instr_is_compressed ? 32'd2 : 32'd4);
logic predicted_branch;