summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/InOrderCPU.py
AgeCommit message (Expand)Author
2013-09-04cpu: Move the branch predictor out of the BaseCPUAndreas Hansson
2013-02-15cpu: Add CPU metadata om the Python classesAndreas Sandberg
2013-01-24branch predictor: move out of o3 and inorder cpusNilay Vaish ext:(%2C%20Timothy%20Jones%20%3Ctimothy.jones%40cl.cam.ac.uk%3E)
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-09-07Param: Transition to Cycles for relevant parametersAndreas Hansson
2012-08-21CPU: Remove overloaded function_trace_start parameterAndreas Hansson
2012-02-24CPU: Round-two unifying instr/data CPU ports across modelsAndreas Hansson
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