gem5/mem
Ron Dreslinski 00be4e8510 Thanks to Ali, I was able to add chunk generation code in to handle a few cases. Still have some duplicated code we may want to revisit.
cpu/simple/cpu.cc:
    Thanks to Ali I found the chunk generator, although I still seem to be duplicating some code becuase the only difference between readBlob and writeBlob is the command in the packet.  Perhaps an access function with the command as a param would help with the duplication (sendBlob that takes a cmd (maybe).
mem/translating_port.cc:
    Using the chunck generator to break it up to be in page size chunks

--HG--
extra : convert_revision : cc2e4e60c76098655e469f81c89d2c7438350fdb
2006-02-21 03:32:42 -05:00
..
bus.hh Fixed some void functions with returns, first stab at cpu ports. 2006-01-31 14:39:41 -05:00
mem_object.hh Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
packet.hh Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
page_table.cc Revert PageTable code back to non-asid version. 2006-02-20 20:53:38 -05:00
page_table.hh Revert PageTable code back to non-asid version. 2006-02-20 20:53:38 -05:00
physical.cc Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
physical.hh Adding some definitons for read/write blob/string. I need to locate te code stever wrote to break up address ranges into blk/page size chunks. 2006-02-21 02:15:02 -05:00
port.hh Adding some definitons for read/write blob/string. I need to locate te code stever wrote to break up address ranges into blk/page size chunks. 2006-02-21 02:15:02 -05:00
request.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
translating_port.cc Thanks to Ali, I was able to add chunk generation code in to handle a few cases. Still have some duplicated code we may want to revisit. 2006-02-21 03:32:42 -05:00
translating_port.hh Adding some definitons for read/write blob/string. I need to locate te code stever wrote to break up address ranges into blk/page size chunks. 2006-02-21 02:15:02 -05:00