isuckatdrifting / ATG-parse

Python script for converting binary AXI Traffic Generator coe files to hex table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATG-parse

Python script for converting binary AXI Traffic Generator coe files to hex table.

addr, data, ctrl, and mask file directories are loaded via parameters in order.

The result will be printed on terminal. You may manually copy it to a text file for further analysis.

Example Usage -- Binary to Hex Table

Python3 bin2hex.py ./example/addr.coe ./example/data.coe ./example/ctrl.coe ./example/mask.coe

About

Python script for converting binary AXI Traffic Generator coe files to hex table

License:MIT License


Languages

Language:Python 100.0%