Skip to content

Graph FPGA resource usage with over time #394

@mikey

Description

@mikey

I'd like to graph the usage of FPGA resource usage over time so we can easily see when things bloat.

When building microwatt.json, you get a report from yosys like this:

      CCU2C                        1881
      DP16KD                         54
      EHXPLLL                         1
      LUT4                        27427
      MULT18X18D                     32
      TRELLIS_DPR16X4               512
      TRELLIS_FF                   9646

I'd like to graph these parameters on each build (or daily) to see how they are changing.

I assume someone has done something similar for code bloat but I'm not sure what the best way/state of the art to do this is.

https://github.com/jdjohn215/milwaukee-weather is a neat way to grab data and graph it each day, so something like that could work. We could do it as a separate git repo that runs regularly but open to better ideas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous integration with github actionsenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions