-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
CIContinuous integration with github actionsContinuous integration with github actionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CIContinuous integration with github actionsContinuous integration with github actionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers