summaryrefslogtreecommitdiff
path: root/mem/physical.cc
AgeCommit message (Expand)Author
2006-05-15Many files:Steve Reinhardt
2006-05-01move code from packet.hh to packet.cc and packet_impl.hhAli Saidi
2006-04-28add a bridge object, modify bus object to be able to connect to other buses o...Ali Saidi
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-20make ide disk work for newmemAli Saidi
2006-04-10Panic if physical memory isn't connected to anythingAli Saidi
2006-04-07a bit of bad code trampling on memoryAli Saidi
2006-04-06fixes for newmemAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-25Implement a very very simple busAli Saidi
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12More memory system cleanup:Steve Reinhardt
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-02Simple program runs with sendAtomic!Steve Reinhardt
2006-03-01More progress toward actually running a program.Steve Reinhardt
2006-02-23Add support for multiple ports on the memory. Hook up simple cpu to memory.Ron Dreslinski
2006-02-23Update functional memory to have a response eventRon Dreslinski
2006-02-22Remove unneeded functions, moving code around abit.Ron Dreslinski
2006-02-22Move the port from base memory object into the physical memory object.Ron Dreslinski
2006-02-21Some more changes for compilation. Since memset is now part of port and not ...Ron Dreslinski
2006-02-21Add blocksize functions to physical memory. Fix the port we were using in th...Ron Dreslinski
2006-02-15Many changes that make the new mem system compile. Now to convert the rest o...Ron Dreslinski
2006-02-03Adding some more things toward having cpu->mem test in place. Still need to ...Ron Dreslinski