Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Now that you have installed and run the Pre-Built Power Advantage Tool in the previous section, let’s take a moment to see what else you can do with it. The Power Tool can be used as a tool, with designs, to monitor the power budget during the design process. In addition, the Power Tool can be used as a demonstration of the power savings with processing designs.


Table of Contents

Table of Contents
excludeTable of Contents

1 Running Instructions

If running from BEAM Tool proceed to section 1.1 BEAM Tool Running Instructions. If running from Jupyter Notebook proceed to section 1.2 Jupyter Notebook Running Instructions. Then for both, proceed to section 1.3 Common Running Instructions.

1.1 BEAM Tool Running Instructions

Once you can launch the BEAM Tool, you are only a few clicks away from the Versal Power Tool. From the Home Screen, click "Run Demos & Designs"

...

Skip to 1.3 Common Running Instructions

1.2 Jupyter Notebook Running Instructions

Run Jupyter Notebook from your booted Linux. Seek the instructions based on your System Controller or Versal installation, but one set of instructions is provided here as an example.

...

From Jupyter Notebook, open Power_Advantage_Tool.ipynb

1.3 Common Running Instructions

When you open the Versal Power Tool you will have the following interface. Most of the time you will not need to do anything. But if it has not been done for you already, you will need to edit the "pa = poweradvantage("Tenzing", "SC") line to your appropriate environment. The first argument will be your evaluation board type. The second argument is either "SC" for running on the System Controller or "" for Versal. Repeat the edit for each code cell.

...

There are additional code cells that do different things, take continuous measurements, plot measurements. But the key is the code is powerful and short because it is based on a library. And you can customize your code, add your own Python libraries. There are no tools to download and there are no compile times to wait for (smile).


Related Links

Home Previous Next