gem5/src
John Kalamatianos a28a234069 gpu: fix bugs with MemFence, Flat Instrs and Resource utilization
Both Memory Fence is now flagged as Global Memory only to avoid resource
oversubscribing.
Flat instructions now check for Shared Memory resource busy to avoid
oversubscribing resources.
All WaitClass resources now use cycles (not ticks) to register the number
of pipe stages between Scoreboard and Execute to be consistent with
instruction scheduling logic which always used clock cycles.
2016-02-18 10:42:03 -05:00
..
arch misc: Add missing overrides to appease clang 2016-02-15 03:40:32 -05:00
base style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00
cpu misc: Add missing overrides to appease clang 2016-02-15 03:40:32 -05:00
dev misc: Add missing overrides to appease clang 2016-02-15 03:40:32 -05:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
gpu-compute gpu: fix bugs with MemFence, Flat Instrs and Resource utilization 2016-02-18 10:42:03 -05:00
kern misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
mem ruby: send address ranges from RubyPort 2016-02-17 11:31:54 -05:00
proto cpu: Support virtual addr in elastic traces 2015-12-07 16:42:16 -06:00
python configs: add command-line option to stop debug output 2016-02-13 12:36:43 -05:00
sim syscall_emul: Implement clock_getres() system call 2016-02-13 12:33:07 -05:00
unittest style: remove trailing whitespace 2016-02-06 17:21:18 -08:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: Enable building with the gcc/clang Address Sanitizer 2016-02-17 03:56:20 -05:00