util: Add a utility script for encoding packet traces
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 26 Mar 2013 18:49:55 +0000 (14:49 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 26 Mar 2013 18:49:55 +0000 (14:49 -0400)
commit7885a1646d4c4e3a15e9a054ae3451db8043bfe5
tree933d1eef333f1d826b6c25a79654eb4f4219beb8
parenta84d026538c592d06cc6db7fff4967f4e78447ac
util: Add a utility script for encoding packet traces

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.
util/encode_packet_trace.py [new file with mode: 0755]