We should also active the WE for vectorial instructions...

This commit is contained in:
Andreas Traber 2016-03-03 13:14:39 +01:00
parent 7e07801be1
commit 96e6eb82d9

View file

@ -533,6 +533,7 @@ module riscv_decoder
end
`OPCODE_VECOP: begin
regfile_alu_we = 1'b1;
rega_used_o = 1'b1;
immediate_mux_sel_o = `IMM_VS;