summaryrefslogtreecommitdiff
path: root/mem/physical.hh
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-04-20make ide disk work for newmemAli Saidi
2006-04-10Panic if physical memory isn't connected to anythingAli Saidi
2006-04-06fixes for new memory systemAli 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-02More progress... run a few instructions now, but die on the secondSteve Reinhardt
2006-02-27Fixes so that it compiles properly. Still working on .py file issues.Ron Dreslinski
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-21Adding some definitons for read/write blob/string. I need to locate te code ...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