summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/InOrderCPU.py
AgeCommit message (Expand)Author
2012-01-17CPU: Moving towards a more general port across CPU modelsAndreas Hansson
2011-02-04inorder: add a fetch buffer to fetch unitKorey Sewell
2011-02-04inorder: stage width as a python parameterKorey Sewell
2011-02-03Config: Keep track of uncached and cached ports separately.Gabe Black
2010-01-31configs/inorder: add options for switch-on-miss to inorder cpuKorey Sewell
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-03-04 InOrder didnt have all it's params set to a default value, which is now requ...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell