Added cast to enum

This commit is contained in:
Dawid Zimonczyk 2021-07-26 09:11:07 +02:00 committed by Rupert Swarbrick
parent a1902004f9
commit d44966373e

View file

@ -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;