----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2440/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10436:79a6629218c0 --------------------------- arch,x86,mem: Dynamically determine the ISA for Ruby store check This patch makes the memory system ISA-agnostic by enabling the Ruby Sequencer to dynamically determine if it has to do a store check. To enable this check, the ISA is encoded as an enum, and the system is able to provide the ISA to the Sequencer at run time. Diffs ----- src/SConscript 28b31101d9e6 src/arch/x86/insts/microldstop.hh 28b31101d9e6 src/arch/x86/ldstflags.hh PRE-CREATION src/mem/ruby/system/RubyPort.hh 28b31101d9e6 src/mem/ruby/system/RubyPort.cc 28b31101d9e6 src/mem/ruby/system/Sequencer.cc 28b31101d9e6 src/sim/system.hh 28b31101d9e6 Diff: http://reviews.gem5.org/r/2440/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
