AdDraw / veriNoC

Master Thesis 2020/2022 Network on Chip
https://addraw.github.io/veriNoC/
4 stars 0 forks source link

Grab metrics and compile them in the spreadsheet/graph #6

Closed AdDraw closed 3 years ago

AdDraw commented 3 years ago

In cocotb testbenches create a way to dump metrics from each testcase

  1. [x] Dump the data to a JSON or XML
  2. [x] Plot the data into a graph
  3. [ ] Combine the data from every significant run
  4. [ ] Embed the data into the README.md (based on an updated image/ table)

We need to find a way to nicely dump data automatically.

Maybe manual Excel dumps would be better and easier