Skip to content

os-fpga/rapid_power_estimator

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2024
Dec 13, 2024
Dec 2, 2024
Nov 21, 2024
Dec 13, 2024
Nov 21, 2024
Apr 11, 2024
Oct 30, 2024
Oct 16, 2024
Feb 8, 2024
Nov 21, 2024
Sep 5, 2024
Nov 20, 2024
Oct 30, 2024
Nov 26, 2024
Nov 26, 2024
Oct 30, 2024
May 23, 2024
Oct 16, 2024
Oct 17, 2024
Feb 20, 2024
Nov 26, 2024

Repository files navigation

Build and Publish RPE Documentation Status code coverage

Rapid Power Estimator

RPE Logo

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.

Pre-requisite

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

Installation Steps

  1. Download the source code git clone https://github.com/os-fpga/rapid_power_estimator
  2. Change to source folder cd rapid_power_estimator
  3. Install Electron app dependencies npm install
  4. Install Python dependencies pip install -r requirements.txt

Launch the app (development stage)

  1. Launch the Electron desktop app by command npm start