mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
fix 32 to 16b assignment (#134)
This commit is contained in:
parent
2094c5709f
commit
ffa5acd15e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ module cve2_if_stage import cve2_pkg::*; #(
|
|||
instr_rdata_alu_id_o <= instr_decompressed;
|
||||
instr_fetch_err_o <= if_instr_err;
|
||||
instr_fetch_err_plus2_o <= if_instr_err_plus2;
|
||||
instr_rdata_c_id_o <= fetch_rdata; //if_instr_rdata[15:0];
|
||||
instr_rdata_c_id_o <= fetch_rdata[15:0]; //if_instr_rdata[15:0];
|
||||
instr_is_compressed_id_o <= instr_is_compressed;
|
||||
illegal_c_insn_id_o <= illegal_c_insn;
|
||||
pc_id_o <= pc_if_o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue