Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | util: Auto generate the packet proto definitions | Andreas Hansson | |
This patch simplifies the usage of the packet trace encoder/decoder by attempting to automatically generating the packet proto definitions in case they cannot be found. | |||
2013-03-26 | util: Add a utility script for encoding packet traces | Andreas 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. |