Skip to content

Conversation

@chernyee
Copy link
Collaborator

Motivate of the pull request

  • To address an existing issue. If so, please provide a link to the issue:
  • Breaking new feature. If so, please describe details in the description part.

Describe the technical details

Change:

  • Refactor the static power calculation and restructure to combine the static power data into component JSON files based on HW Team recommendation.
  • The static power includes: Vcc_core (NOC),Vcc_core (Mem_SS), Vcc_core (A45), Vcc_core (Config), Vcc_core (CLB), Vcc_core (BRAM), Vcc_core (DSP), VCC_BOOT_IO, VCC_DDR_IO, VCC_SOC_IO, VCC_GIGE_IO, VCC_USB_IO, VCC_BOOT_AUX, VCC_SOC_AUX, VCC_GIGE_AUX, VCC_USB_AUX, VCC_RC_OSC, VCC_PUF.

Which part of the code base require a change

  • Frontend:
  • Backend: PowerConfig Module
  • Library: <Specify the library name, e.g. npm packages>
  • Plug-in: <Specify the plugin name, e.g. Webpack, jtest>
  • Documentation
  • Regression tests
  • Continuous Integration (CI) scripts

@codecov
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 29.55801% with 255 lines in your changes missing coverage. Please review.

Project coverage is 69.39%. Comparing base (518df04) to head (69c6a09).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
backend/submodule/peripherals.py 11.00% 186 Missing ⚠️
backend/submodule/bram.py 25.00% 18 Missing ⚠️
backend/submodule/dsp.py 25.00% 18 Missing ⚠️
backend/submodule/fabric_logic_element.py 28.00% 18 Missing ⚠️
backend/submodule/rs_device.py 44.44% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
- Coverage   70.60%   69.39%   -1.21%     
==========================================
  Files         110      110              
  Lines        8607     8682      +75     
==========================================
- Hits         6077     6025      -52     
- Misses       2530     2657     +127     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ravikiranchollangi ravikiranchollangi merged commit 1baa9bc into main Oct 21, 2024
9 of 11 checks passed
@ravikiranchollangi ravikiranchollangi deleted the task/RPE-133/refactor-static-power-calculation branch October 21, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants