mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Added cast to enum
This commit is contained in:
parent
a1902004f9
commit
d44966373e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ module ibex_wb_stage #(
|
|||
rf_we_wb_q <= '0;
|
||||
rf_waddr_wb_q <= '0;
|
||||
rf_wdata_wb_q <= '0;
|
||||
wb_instr_type_q <= '0;
|
||||
wb_instr_type_q <= wb_instr_type_e'(0);
|
||||
wb_pc_q <= '0;
|
||||
wb_compressed_q <= '0;
|
||||
wb_count_q <= '0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue