axi icon indicating copy to clipboard operation
axi copied to clipboard

Add `axi_dumper` and `axi_dumper_interpret` script.

Open micprog opened this issue 3 years ago • 2 comments

This module dumps a log from an AXI bus, which can be analyzed with the interpret script for debugging purposes.

micprog avatar Feb 25 '22 14:02 micprog

I recently came across this which might implement similar functionality: https://github.com/pulp-platform/axi/blob/db457aa8d8996d87ca72486a9b15873042e04d38/src/axi_test.sv#L2195

micprog avatar Aug 11 '22 20:08 micprog

I recently came across this which might implement similar functionality:

https://github.com/pulp-platform/axi/blob/db457aa8d8996d87ca72486a9b15873042e04d38/src/axi_test.sv#L2195

I like the idea of the axi_dumper overall better. The output is machine-parsable but still human-understandable making this module much more helpful than the classical logger which only creates human-readable output.

thommythomaso avatar Aug 30 '22 06:08 thommythomaso