Rapid Power Estimation Tool allows you to estimate power consumption at various stages of your design cycle. It simplifies the input of design information through intuitive wizards and delivers comprehensive power and thermal data analysis.
The development workflow requires NodeJS at least version 21 or above to run. Please goto the official NodeJS website https://nodejs.org/ to download and install for your respective OS.
At the command prompt or terminal, execute the commands below to check if NodeJS and npm are installed properly with the correct version:-
$ node -v
$ npm -v
- Download the source code
git clone https://github.com/os-fpga/rapid_power_estimator
- Change to source folder
cd rapid_power_estimator
- Install Electron app dependencies
npm install
- Install Python dependencies
pip install -r requirements.txt
- Launch the Electron desktop app by command
npm start