summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-19Minor changes to reflect state used for regression stats.Kevin Lim
2006-07-19Put regression tests back into m5. They are located in the "tests" directory...Kevin Lim
2006-07-19Get the path to load the ini file from. I'm not sure if this fix is needed i...Kevin Lim
2006-07-19O3CPU fixes.Kevin Lim
2006-07-19Some minor compiling fixes.Kevin Lim
2006-07-19Update configs.Kevin Lim
2006-07-19Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-17update test3Korey Sewell
2006-07-14Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-14Minor updates.Kevin Lim
2006-07-14Fix the CheckerCPU being included via python.Kevin Lim
2006-07-14forgot tidKorey Sewell
2006-07-14For now, halt context is the same as deallocating.Korey Sewell
2006-07-14MIPS specific fixes ... the main thing is that SMT threads get their own stac...Korey Sewell
2006-07-13Merge zizzer:/bk/newmemAli Saidi
2006-07-13fix help when no arguments are passed to m5Ali Saidi
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-13Move Dcache port creation from LSQUnit to LSQ in order to support Ron's recen...Kevin Lim
2006-07-13Fix for bug when squashing and the fetching. Now fetch checks if the cache d...Kevin Lim
2006-07-13Update for changes to draining.Kevin Lim
2006-07-13Fix help message printing. Might need to clean up the handling of the sys.ex...Kevin Lim
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-12Be sure to include the EIO sources as well so we can run regression tests.Kevin Lim
2006-07-12Serialization changes to make O3CPU consistent with the other models.Kevin Lim
2006-07-12Initial try of consolidating configuration files so they can be shared more e...Kevin Lim
2006-07-12Push more default options to the Python object level as they are rarely chang...Kevin Lim
2006-07-12Updates for serialization. As long as the tickEvent doesn't need to be seria...Kevin Lim
2006-07-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-12Track the PC of the cache data stored in fetch so it doesn't access memory mu...Kevin Lim
2006-07-12Add --pdbNathan Binkert
2006-07-12Merge m5.eecs.umich.edu:/bk/newmemNathan Binkert
2006-07-12Fix __file__ for scriptsNathan Binkert
2006-07-11Add a cache version of FS (should really make this an option in original)Ron Dreslinski
2006-07-11Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-07-11Fix ordering issue with squashed Icache Fetches and Static data in packet.Ron Dreslinski
2006-07-11Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-11Fix option parsing.Nathan Binkert
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
2006-07-10Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-07-10Some fixes so that MSHR's are matched and we don't issue overlapping requests...Ron Dreslinski
2006-07-10Minor fixes.Kevin Lim
2006-07-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-10Some minor cleanups.Kevin Lim
2006-07-10Add parameters for backwards and forwards sizes for time buffers.Kevin Lim
2006-07-10Update config for a system with an L2Ron Dreslinski
2006-07-10Fix offset calculation. Now L2's work with timing&atomic.Ron Dreslinski
2006-07-10Update FS configs to use cpu connectors for portsRon Dreslinski
2006-07-10Fix cpu in full system to match SE.Ron Dreslinski