Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RPE logo and updated help with readthedocs link #272

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# Rapid Power Estimator

![RPE Logo](imgs/rpelogo.png)

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
Expand Down
Binary file added imgs/rpelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,10 @@ const template = [
label: 'Help',
submenu: [
{
label: 'User Guide',
role: 'help',
click: async () => {
await shell.openExternal('https://github.com/os-fpga/rapid_power_estimator/blob/main/README.md');
await shell.openExternal('https://rapidpowerestimator.readthedocs.io/en/latest/');
},
},
],
Expand Down
Loading