mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 13:07:46 -04:00
IF: Rename instr_is_compressed_out to fix compilation (#112)
This commit is contained in:
parent
6bb99ef52e
commit
f20fc8bcc7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue