dgobalak / sutsim

Simulation framework for validating firmware off-target
MIT License
2 stars 0 forks source link

[FEATURE] Add built-in data logging and plotting utilities to the pytest infra #12

Open dgobalak opened 1 month ago

dgobalak commented 1 month ago

Is your feature request related to a problem? Please describe. When debugging a firmware or test issue, it's common to add print statements to the firmware (or in the test code) to observe signal data changing over time.

Describe the solution you'd like I want infrastructure that supports logging any signals (tagged data, C variables, etc) the user selects over time. It could just produce a CSV (and maybe also a plot) for each test run.