summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-19Cleaned up the function a bit to help route out bugs.Gabe Black
2006-10-18Zeroed out the actual LSB in addition to moving it's original value the MSB.Gabe Black
2006-10-18Fixed up exetrace.cc to deal with microcode, and to made floating point regis...Gabe Black
2006-10-18Fixed a compiler error, disassembly output, and corrected the address calcula...Gabe Black
2006-10-18Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code.Gabe Black
2006-10-16Corrected the "Authors" lineGabe Black
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-16Fix up microcode support.Gabe Black
2006-10-16Changed how floating point register numbers are decoded to fit with the spec.Gabe Black
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-10-15Started implementing microcode.Gabe Black
2006-10-15Added an execute function to the macro op so it can be instantiated.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-10-14Get rid of unused CacheBlk << output operator.Steve Reinhardt
2006-10-13Merge 141.212.106.238:/home/gblack/m5/newmem_busGabe Black
2006-10-13Fix stats for new bus modelGabe Black
2006-10-13Fix assertion. I haven't tested it fully (I can't reproduce Lisa's error) bu...Kevin Lim
2006-10-13fix a bug in CopyStringOut. dprintk appears to work again.Ali Saidi
2006-10-12Merge zizzer:/bk/newmemLisa Hsu
2006-10-12Changed the sign extension function from mine to the provided one. Mine relie...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-10-12StaticInst support for microcodeGabe Black
2006-10-12The beginnings of an instruction format to deal with block loads and stores. ...Gabe Black
2006-10-12Some support for macro/micro instructions in SPARC.Gabe Black
2006-10-12Support for returning unimplemented instruction in the decoder, lifted from A...Gabe Black
2006-10-12replace functional code in tport with fixPacket().Ali Saidi
2006-10-12Merge zizzer:/bk/newmemKorey Sewell
2006-10-12config file updatesKorey Sewell
2006-10-12Fix CSHR retrysRon Dreslinski
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12small bus updates for functional accessesAli Saidi
2006-10-12Merge zizzer:/bk/newmemKorey Sewell
2006-10-12Add test binary & inputsKorey Sewell
2006-10-12Merge zizzer:/bk/newmemRon Dreslinski
2006-10-12Remove bus and top level parameters from cacheRon Dreslinski
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12add a traceflag for functional accessesAli Saidi
2006-10-12Check the response queue on functional accesses.Ron Dreslinski
2006-10-12Another memleak in the memtester (need [] with the delete)Ron Dreslinski
2006-10-12Fix a memory leak in the memtesterRon Dreslinski
2006-10-12Fix problems with unCacheable addresses in timing-coherenceRon Dreslinski
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-11Merge zizzer:/bk/newmemRon Dreslinski
2006-10-11Make default ID unique (not broadcast)Ron Dreslinski
2006-10-11Forgot to mark myself as on the retry listRon Dreslinski
2006-10-11add spec2k testsKorey Sewell
2006-10-11Fix bus in FS mode.Ron Dreslinski
2006-10-11add bzip test-progKorey Sewell
2006-10-11System not global object, need to preface it with objects.Lisa Hsu