summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/fetch_seq_unit.hh
AgeCommit message (Expand)Author
2011-06-19inorder: implement trap handlingKorey Sewell
2011-06-19inorder: update support for branch delay slotsKorey Sewell
2011-04-15includes: sort all includesNathan Binkert
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-06-24inorder: cleanup virtual functionsKorey Sewell
2010-01-31inorder: object cleanup in destructorsKorey Sewell
2010-01-31inorder: add updatePC event to resPoolKorey Sewell
2010-01-31inorder: suspend in respoolKorey Sewell
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-05Get rid of 'using namespace' declarations in headers.Steve Reinhardt
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell