firesim / FireMarshal

Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
https://docs.fires.im/en/latest/Advanced-Usage/Workloads/index.html
Other
74 stars 49 forks source link

buildroot perf support #295

Open joonho3020 opened 7 months ago

joonho3020 commented 7 months ago

Add a example workload that copies the perf binary and the corresponding dynamically linked libraries into the br image. This is a workaround as adding a buildroot perf package requires us to use the buildroot kernel.

jerryz123 commented 6 months ago

Committing compiled objects into this repo makes me nervous. What happens if we bump the kernel? How would we update this?

joonho3020 commented 6 months ago

That is a good point. But we don't really update that often :)

jerryz123 commented 6 months ago

That is a good point. But we don't really update that often :)

But we shouldn't make it harder for ourselves to upgrade....