summaryrefslogtreecommitdiff
path: root/util/encode_packet_trace.py
AgeCommit message (Collapse)Author
2013-03-26util: Add a utility script for encoding packet tracesAndreas Hansson
This patch adds a simple Python script that reads a simple ASCII trace format and encodes it as protobuf output compatible with the traffic generator. The script can also be used as a template for other packet input formats that should be converted to the gem5 packet protobuf format.