gem5/src/mem
Ron Dreslinski e65f0cef3c Only respond if the pkt needs a response.
Fix an issue with memory handling writebacks.

src/mem/cache/base_cache.hh:
src/mem/tport.cc:
    Only respond if the pkt needs a response.
src/mem/physical.cc:
    Make physical memory respond to writebacks, set satisfied for invalidates/upgrades.

--HG--
extra : convert_revision : 7601987a7923e54a6d1a168def4f8133d8de19fd
2006-10-08 19:05:48 -04:00
..
cache Only respond if the pkt needs a response. 2006-10-08 19:05:48 -04:00
config Backing in more changsets, getting closer to compile 2006-06-28 14:35:00 -04:00
bridge.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
bridge.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
bus.cc Move away from using the statusChange function on snoops. Clean up snooping code in general. 2006-10-08 18:48:03 -04:00
bus.hh Move away from using the statusChange function on snoops. Clean up snooping code in general. 2006-10-08 18:48:03 -04:00
dram.cc Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
dram.hh Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
mem_object.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
mem_object.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
packet.cc Backing in more changsets, getting closer to compile 2006-06-28 14:35:00 -04:00
packet.hh Fixes for functional accesses to use the snoop path. 2006-10-05 23:28:03 -04:00
page_table.cc Changed the size parameter from int to int64_t 2006-08-14 03:18:38 -04:00
page_table.hh Merge zizzer.eecs.umich.edu:/bk/newmem 2006-08-15 05:08:30 -04:00
physical.cc Only respond if the pkt needs a response. 2006-10-08 19:05:48 -04:00
physical.hh Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) 2006-10-08 10:53:24 -07:00
port.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
port.hh Move away from using the statusChange function on snoops. Clean up snooping code in general. 2006-10-08 18:48:03 -04:00
port_impl.hh Cleaned up include files and got rid of many using directives in header files. 2006-08-15 05:07:15 -04:00
request.hh Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) 2006-10-08 10:53:24 -07:00
tport.cc Only respond if the pkt needs a response. 2006-10-08 19:05:48 -04:00
tport.hh Move more common functionality into SimpleTimingPort, 2006-08-30 16:24:26 -07:00
translating_port.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
translating_port.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
vport.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
vport.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00