Searched hist:5102 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/riscv/isa/
H A Ddecoder.isadiff 12596:5102ba06fca5 Thu Mar 01 10:32:00 EST 2018 Tuan Ta <qtt2@cornell.edu> riscv: throw IllegalInstFault when decoding invalid instructions

If an instruction is invalid, some assertions may in the decoder may
fail the entire simulation. Instead, we want to raise an
IllegalInstFault instead of failing immediately in the decoder if the
invalid instruction is being speculatively executed.

Change-Id: I5cb72ba06f07f173922f86897ddfdf677e8c702f
Reviewed-on: https://gem5-review.googlesource.com/9261
Maintainer: Alec Roelke <ar4jc@virginia.edu>
Reviewed-by: Monir Zaman <monir.zaman.m@gmail.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>

Completed in 10 milliseconds