Skip to content

Commit cb8288a

Browse files
Added content and screenshots for results section & updated certain screenshots for updated text and logo changes on RPE (#282)
1 parent 302c18b commit cb8288a

19 files changed

+41
-90
lines changed

docs/source/user_guide/FPGA.rst

-30
This file was deleted.

docs/source/user_guide/FPGA_index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The BRAM section is located directly below the clocking section.
6161

6262
Selecting the BRAM section displays an empty table, click the "Add" button above the table to fill out the BRAM info.
6363

64-
.. image:: figures/FPGA-figures-BRAM-input_BRAM_info.JPG
64+
.. image:: figures/FPGA-figures-BRAM-input_BRAM_info_v2.JPG
6565

6666
.. image:: figures/FPGA-figures-BRAM-input_BRAM_ports_info.JPG
6767

@@ -84,7 +84,7 @@ The DSP section is located directly below the FLE section.
8484

8585
Selecting the DSP section displays an empty table, click the "Add" button above the table to fill out the DSP info.
8686

87-
.. image:: figures/FPGA-figures-DSP-input_DSP_info.JPG
87+
.. image:: figures/FPGA-figures-DSP-input_DSP_info_v2.JPG
8888

8989
1. Provide a name to label the DSP function within the hierarchy (optional)
9090
2. Enter the no. of DSP multipliers

docs/source/user_guide/SoC.rst

-17
This file was deleted.

docs/source/user_guide/SoC_index.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Then click on each enabled peripheral's action column button to configure the pe
2020

2121
For each peripheral, select it's usage as well as performance.
2222

23-
*Note:* For PWM, selecting an IO is also required to drive the PWM signal.
23+
*Note: For PWM, selecting an IO is also required to drive the PWM signal.*
2424

2525
BCPU - Boot Central Processing Unit
2626
#######################################
@@ -29,12 +29,12 @@ The BCPU section is found at the top of the SoC input section, to the left of th
2929

3030
Selecting the BCPU section will display the name of the CPU "N22 RISC-V", followed by it's configuration fields.
3131

32-
.. image:: figures/SoC-figures-BCPU-BPCU_selected.JPG
32+
.. image:: figures/SoC-figures-BCPU-BCPU_selected_v2.JPG
3333

3434
Enable/Disable encryption using the checkbox.
3535

3636
Select Boot Mode, SPI is selected by default.
37-
*note:* SPI is currently the only available mode.
37+
*note: SPI is currently the only available mode.*
3838

3939
Select Clock, BOOT CLK is selected by default.
4040

@@ -72,7 +72,7 @@ Selecting the memory section will display a table below with the available memor
7272

7373
For each memory, select it's usage, then Memory Type, followed by required Data Rate & channel width.
7474

75-
*Note:* All devices will have OCM - on chip memory, DDR memory is only available on specific devices.
75+
*Note: All devices will have OCM - on chip memory, DDR memory is only available on specific devices.*
7676

7777
.. image:: figures/memory-figures-input_DDR_memory_info.JPG
7878

@@ -83,7 +83,7 @@ The ACPU section is found on the top left of the SoC input display.
8383

8484
.. image:: figures/SoC-figures-ACPU-ACPU_selected.JPG
8585

86-
Selecting the ACPU section will display the name of the CPU, followed by it's operating frequency & Load selection. *Note:* Application CPU is not available on all devices.
86+
Selecting the ACPU section will display the name of the CPU, followed by it's operating frequency & Load selection. *Note: Application CPU is not available on all devices.*
8787

8888
Toggle the ACPU Power toggle switch on left hand side to enable ACPU, then select the load required from the Load dropdown.
8989

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/source/user_guide/introduction.rst

-6
This file was deleted.

docs/source/user_guide/results.rst

-14
This file was deleted.

docs/source/user_guide/results_index.rst

+33-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,44 @@ Analyzing Results
33
====================
44

55
This section will document the results on Rapid Power Estimator.
6+
The Rapid Power Estimator provides a comprehensive power data display on the right hand side of the user interface.
7+
8+
.. image:: figures/results-figures-Display.JPG
9+
610

711
FPGA Complex & Core Power
812
#########################
913

14+
The FPGA Power Data is displayed below the save icon and top level module input field.
15+
16+
.. image:: figures/results-figures-FPGA_Complex_and_Core_Power.JPG
17+
18+
The Display shows each FPGA input section label with 2 columns for power in watts & the percentage of power used by each respective part of the FPGA design.
19+
20+
The last 2 rows show FPGA Dynamic Power & FPGA Static Power. The power data in these rows is the sum of the respective static and dynamic power values from each of the FPGA input sections.
21+
22+
At the bottom of the display, an overall percentage is given along with a percentage bar, this shows the percentage of power being used by the FPGA within the overall FPGA SoC.
23+
1024
Processing Complex (SoC) Power
1125
##############################
1226

27+
The SoC Power Data is displayed on the far right of the screen, to the right of FPGA Power Data display.
28+
29+
.. image:: figures/results-figures-SoC_Processing_Complex_Power.JPG
30+
31+
The display shows each SoC input section label with 2 columns for power in watts & the percentage of power used by each respective part of the SoC's Processing Complex.
32+
33+
The last 2 rows shows overall Dynamic & Static Power. The Power data in these rows is the sum of the respective static and dynamic power values from each of the SoC input sections.
34+
35+
At the bottom of the display, an overall percentage is given along with a percentage bar, this shows the percentage of power being used by the Processing Complex within the overall FPGA SoC.
36+
37+
1338
Overall Typical & Worst Case Power
14-
##################################
39+
##################################
40+
41+
The Overall power budget numbers are displayed at the top right hand side of the screen, above the Processing Complex Power Display.
42+
43+
.. image:: figures/results-figures-Overal_Power_Typical_and_Worst.JPG
44+
45+
The displays show power in watts on a typical operating temperature of 25 degrees celcius as well as a power in watts on a worst case operating temperature of 81 degrees celcius.
46+

docs/source/user_guide/setup.rst

-14
This file was deleted.

docs/source/user_guide/setup_index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Launching RPE
99

1010
To launch the Rapid Power Estimator, simply navigate to your start menu and search for "Rapid Power Estimator". Once the application is found, click on the application icon to launch the tool.
1111

12-
.. image:: figures/setup-figures-launching_RPE_from_windows_start_menu.JPG
12+
.. image:: figures/setup-figures-launching_RPE_from_windows_start_menu_v2.JPG
1313
:alt: RPE icon on windows start menu
1414

1515
The Rapid Power Estimator will display the following screen upon launch.

0 commit comments

Comments
 (0)