Skip to content

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

License

Notifications You must be signed in to change notification settings

isuckatdrifting/ATG-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages