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

/gem5/src/systemc/core/
H A Dsc_time.ccdiff 13177:7b750aeab360 Wed Sep 05 20:34:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Implement sc_time::to_string.

This is just another way to call sc_time::print, but it returns a
string instead of printing to a stream.

Change-Id: Idc90c539127e6153af9511bfe5f258b870362330
Reviewed-on: https://gem5-review.googlesource.com/c/12596
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
/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 18 milliseconds