Hi, I'm doing physical measurements with 5v from C...
# general
e
Hi, I'm doing physical measurements with 5v from Caravel with the integrated circuit, does anyone know how I can see the expected power report from Caravel?
n
Not an expert by any means, probably this one is the closest to what you need (I noticed it doing
grep -r -w "report_power"
in the design folder)
caravel/signoff/caravel_core/openlane-signoff/27-rcx_sta.power.rpt
Seems that it only misses the
user_project_wrapper
instance, so maybe you could add the power from both reports to get an rough estimate.
make ship
generates the full Caravel GDS, but I don't know if it generates a power report, or if there is another option that generates the report that you exactly need.