summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resource_sked.cc
AgeCommit message (Collapse)Author
2010-06-25inorder: resource scheduling backendKorey Sewell
replace priority queue with vector of lists(1 list per stage) and place inside a class so that we have more control of when an instruction uses a particular schedule entry ... also, this is the 1st step toward making the InOrderCPU fully parameterizable. See the wiki for details on this process