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