summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-05-17Get basic full-system working with AtomicSimpleCPU.Steve Reinhardt
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-04Merge zizzer:/bk/newmemKorey Sewell
2006-05-02Redo the FloatRegFile using unsigned integersKorey Sewell
2006-05-01move code from packet.hh to packet.cc and packet_impl.hhAli Saidi
2006-04-28Merge zizzer:/bk/newmemAli Saidi
2006-04-28random mix of tidbitsAli Saidi
2006-04-28Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-28Added byteswapping codeGabe Black
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-17change packet: reset() to resetMin() resetAll() which reset the miniumAli Saidi
2006-04-14Quick fix for the CPU not printing out the right address upon re-execution of...Kevin Lim
2006-04-12fs now gets to the point where it would really like a filesystem.Ali Saidi
2006-04-11change how much of the param string is copied into the kenelAli Saidi
2006-04-11fullsys now builds and runs for about one cycleAli Saidi
2006-04-10Merge zizzer:/bk/newmemKorey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-04-07Move to a model with a unified request object.Ron Dreslinski
2006-04-06Fixed for full system.Gabe Black
2006-04-06Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-06Fixed up the isa description. Also added some capability to the isa_parser in...Gabe Black
2006-04-06Enable register windows.Gabe Black
2006-04-06fixes for new memory systemAli Saidi
2006-03-31Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-31Fixes to SPARC for syscall emulation mode.Gabe Black
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-30Fixes for full system compiling.Kevin Lim
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Merge zizzer:/bk/newmemKorey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-14Changed the floating point register file into a class with appropriate access...Gabe Black
2006-03-13Have a copyRegs function defined in the ISA that copies registers from one Ex...Kevin Lim
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-12Clean up "using" declarations.Steve Reinhardt
2006-03-12Merge zizzer:/bk/newmemKorey Sewell
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-12Minor fix to fault message in SimpleCPU.Steve Reinhardt
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-10Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-10Add getMemPort to exec context proxyRon Dreslinski
2006-03-10Eliminated TARGET_ALPHA, since THE_ISA provides the same function.Gabe Black