gem5/src/proto
Radhika Jagtap c446dc40bd mem: Edit proto Packet and enhance the python script
This patch changes the decode script to output the optional fields of
the proto message Packet, namely id and flags. The flags field is set
by the communication monitor.

The id field is useful for CPU trace experiments, e.g. linking the
fetch side to decode side. It had to be renamed because it clashes
with a built in python function id() for getting the "identity" of an
object.

This patch also takes a few common function definitions out from the
multiple scripts and adds them to a protolib python module.
2014-03-07 15:56:23 -05:00
..
packet.proto mem: Edit proto Packet and enhance the python script 2014-03-07 15:56:23 -05:00
protoio.cc base: Avoid size limitation on protobuf coded streams 2013-05-30 12:53:53 -04:00
protoio.hh base: Avoid size limitation on protobuf coded streams 2013-05-30 12:53:53 -04:00
SConscript mem: Add tracing support in the communication monitor 2013-01-07 13:05:37 -05:00