add a traceflag for functional accesses
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 12 Oct 2006 18:15:09 +0000 (14:15 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 12 Oct 2006 18:15:09 +0000 (14:15 -0400)
commit3ba2ed6aef5a67e2bc66b100680b61f5bca818c8
tree530d233035de47f9f58e05576ceedfd6a32e10a1
parent60252f8e63dae98f2ee7b99336f567a99837edd4
add a traceflag for functional accesses
implement fix packet and add the ability to print a packet to a ostream
remove tabs in packet.hh (Could people stop inserting them??!?!?!)
mark const functions in packet.hh as such

src/base/traceflags.py:
    add a traceflag for functional accesses
src/mem/packet.cc:
    implement fix packet and add the ability to print a packet to a ostream
src/mem/packet.hh:
    add the ability to print a packet to an ostream
    remove tabs in file
    mark const functions as such

--HG--
extra : convert_revision : 4297bce5e1d3abbab48be5bd9eb9e982b751fc7c
src/base/traceflags.py
src/mem/packet.cc
src/mem/packet.hh