Searched hist:9982 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/cpu/o3/ | ||
H A D | O3CPU.py | 9982:b2bfc23f932c Fri Nov 15 13:21:00 EST 2013 Anthony Gutierrez <atgutier@umich.edu> cpu: allow the fetch buffer to be smaller than a cache line the current implementation of the fetch buffer in the o3 cpu is only allowed to be the size of a cache line. some architectures, e.g., ARM, have fetch buffers smaller than a cache line, see slide 22 at: http://www.arm.com/files/pdf/at-exploring_the_design_of_the_cortex-a15.pdf this patch allows the fetch buffer to be set to values smaller than a cache line. |
H A D | fetch.hh | 9982:b2bfc23f932c Fri Nov 15 13:21:00 EST 2013 Anthony Gutierrez <atgutier@umich.edu> cpu: allow the fetch buffer to be smaller than a cache line the current implementation of the fetch buffer in the o3 cpu is only allowed to be the size of a cache line. some architectures, e.g., ARM, have fetch buffers smaller than a cache line, see slide 22 at: http://www.arm.com/files/pdf/at-exploring_the_design_of_the_cortex-a15.pdf this patch allows the fetch buffer to be set to values smaller than a cache line. |
H A D | fetch_impl.hh | 9982:b2bfc23f932c Fri Nov 15 13:21:00 EST 2013 Anthony Gutierrez <atgutier@umich.edu> cpu: allow the fetch buffer to be smaller than a cache line the current implementation of the fetch buffer in the o3 cpu is only allowed to be the size of a cache line. some architectures, e.g., ARM, have fetch buffers smaller than a cache line, see slide 22 at: http://www.arm.com/files/pdf/at-exploring_the_design_of_the_cortex-a15.pdf this patch allows the fetch buffer to be set to values smaller than a cache line. |
/gem5/src/ | ||
H A D | SConscript | 9982:b2bfc23f932c Fri Nov 15 13:21:00 EST 2013 Anthony Gutierrez <atgutier@umich.edu> cpu: allow the fetch buffer to be smaller than a cache line the current implementation of the fetch buffer in the o3 cpu is only allowed to be the size of a cache line. some architectures, e.g., ARM, have fetch buffers smaller than a cache line, see slide 22 at: http://www.arm.com/files/pdf/at-exploring_the_design_of_the_cortex-a15.pdf this patch allows the fetch buffer to be set to values smaller than a cache line. |
Completed in 127 milliseconds