Searched refs:simulate_inst_stalls (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/simple/
H A DAtomicSimpleCPU.py63 simulate_inst_stalls = Param.Bool(False, "Simulate icache stall cycles") variable in class:AtomicSimpleCPU
H A Datomic.hh68 const bool simulate_inst_stalls; member in class:AtomicSimpleCPU
H A Datomic.cc85 simulate_inst_stalls(p->simulate_inst_stalls),
741 if (simulate_inst_stalls && icache_access)

Completed in 4 milliseconds