Tenagra FPGA System Management Software

Getting started with Tenagra FPGA System Management Software

2327 views February 25, 2019 admin 6

 

 

Introduction

Tenagra is a FPGA System management tool for configuring and communicating with Numato Lab’s supported FPGA modules and development platforms. This software is designed to be a single interface for managing the devices and exercising some of the available features. With Tenagra, you can create multiple configuration setups with different bitstreams and settings for each device model so that switching between multiple bitstreams is a breeze. This is especially helpful during development where the device may need to be reprogrammed with various bitstreams repeatedly.

 

Boards Supported

A complete list of devices supported by Tenagra can be found below.

  1. Mimas A7 FPGA Development Board
  2. Mimas A7 Mini FPGA Development Board
  3. Neso Artix 7 FPGA Development Board
  4. Saturn Spartan 6 FPGA Development Board
  5. Skoll Kintex 7 FPGA Development Board
  6. Styx Zynq 7020 FPGA Module
  7. Narvi Spartan 7 FPGA Module
  8. Proteus Kintex 7 USB 3.1 Development Board
  9. Callisto Kintex 7 USB 3.1 FPGA Module

 

Installing Tenagra

Please visit the Tenagra Product Page and download the installer for your operating system. Extract the zip file and run the installer. Follow the steps as prompted by the installer to complete installation. Check your operating system’s program menu for Tenagra icon. Click the Tenagra icon to launch the application.

 

Installing drivers and setting up the  board

The drivers for all the boards supported by Tenagra will be installed when Tenagra is installed as mentioned in the above step. For Tenagra to detect the boards, the boards must have the same VID and PID as in the drivers. To set-up the board with the required VID and PID, follow the steps as shown in the video below

Once the board is programmed with the respective XML file, board will be detected in Tenagra.

How to program a device

Once the board is connected, Tenagra will detect and display the board on the main screen. Select the board you wish to program on. In the next screen you will see all the details of the board. Click on “Program Device” tab to program the board. Then to add Configuration Files, drag and drop a configuration file or click on “Add a configuration from your computer” button. Select the file which you wish to program on the board and then click on “Run” button. This will program the board with the selected configuration file. The video below shows how to program a device in Tenagra.

 

How to verify which configuration is programmed to the device

If you are testing the board and have programmed the board with different configuration files and now are confused as to which configuration file was last programmed to the FPGA, not to worry. You can now easily check the last file programmed in just few steps. In the Program Device page, under Available configurations, select a configuration and then click on “Verify Now” button (NOTE: before verifying, make sure that the board is booted from the SPI Flash else the verification will fail). This will verify if that particular file is present on the FPGA or not. The below video demonstrates the above mentioned steps.

 

How to erase the configuration present on the flash

When the board is programmed with a configuration, which you now wish to erase from the board, it can be done in just 2 steps. Just select the configuration file you wish to erase and click on “Erase Now” button.

 

How to use Memory Exerciser

Memory Exerciser feature can be used to transfer data between Source and Destination. The options for Source are: Random data, Data Pattern, File, DDR SDRAM and Block RAM. For Destination: File, DDR SDRAM and Block RAM. Data can be transferred between any of the Source and Destination.

The board has to be programmed with a bitstream for the Memory Exerciser feature to work. This bitstream can be found in the application’s installaion directory where the application is installed. If the path where the application is installed is C:/Program Files (x86)/Numato Lab, the the bitstream can be found in the path “C:\Program Files (x86)\Numato Lab\Tenagra\app\data\config\bitstreams”. Use the bitstream of the board you are using.

If the board is programmed with some other bitstream and if you use memory exerciser feature and try to transfer, application will automatically try to program the board with the respective bitstream. It might take up to 2-3 times to program the board.

Random Data:

You can transfer random set of data to either a file or to DDR SDRAM or to Block RAM. The length of data to be transferred can be customized under Customize Data section –> Source Length (the length has to be a multiple of 4. Else the transfer will fail).

If you are transferring data to a file, select a file to which the data is to be transferred and then click on Transfer button. When you open the file to which the data s being transferred you can find the Random data written to that file. The data will be in Hexadecimal form.

To transfer Random Data to DDR SDRAM, specify the Source Length (a multiple of 4) and the Destination Address has to be 0x0 and the Destination Length will be same as the Source Length. Then click on Transfer button. If you wish to check the data that is being written to the DDR SDRAM, under Sources select DDR SDRAM and under Destination select File. The Source Address  will be the same ie., 0x0 and the Source Length can be the number of bytes you wish to read from DDR SDRAM.

To transfer Random Data to Block RAM, the steps will be the same as DDR SDRAM, but here the Source Address will be 0xC0000000. To read the data written to the Block RAM, follow the same steps as mentioned for DDR SDRAM above.

Data Pattern:

Here you can transfer a certain pattern ie., n number of bytes (user-defined pattern) to any of the Destination. The pattern length has to also be a multiple of 4. The bytes have to be separated by a comma. For ex: 76, 90, 43, 15. If this pattern is transferred, data in the Destination will be in the format “76 90 43 15”.

The steps to transfer the data to the destinations is same as the steps mentioned for Random Data transfer.

File:

Here, we can transfer any type of file to destination ie., file can be .png, .bin, .bit, .log etc. Any file format can be transferred.

For file to file transfer, select the file you wish to transfer and a file to where it has to be transferred and then click on Transfer button.

For transfer to DDR SDRAM, select the file to be transferred and the destination address should be 0x0 and then click on Transfer button.

To transfer to Block RAM, the destination address has to be 0xC0000000.

DDR SDRAM:

If you wish to transfer the data present in DDR SDRAM, select DDR SDRAM as the Source.

You can transfer the data present in DDR SDRAM to a file by selecting File as destination and the source address should be 0x0 and select a file to transfer the data, then click on Transfer button.

Data can also be transferred to DDR SDRAM. When DDR SDRAM is selected as destination, the destination address has to be 0x0.

To transfer data to Block RAM, select Block RAM as destination and the destination address should be 0xC0000000, then click on Transfer button.

Block RAM:

If you wish to transfer the data present in Block RAM, select Block RAM as the Source.

You can transfer the data present in Block RAM to a file by selecting File as destination and the source address should be 0xC0000000 and select a file to transfer the data, then click on Transfer button.

Data can also be transferred to DDR SDRAM. When DDR SDRAM is selected as destination, the destination address has to be 0x0.

To transfer data to Block RAM, select Block RAM as destination and the destination address should be 0xC0000000, then click on Transfer button.

 

The transfer log can be checked in the “Show log” section. The log can be cleared by selecting “Clear log” button.

All the above mentioned steps and transfers are demonstrated in the video below.

 

Running XVC Server using Tenagra

Xilinx Virtual cable (XVC) is a TCP/IP based protocol which emulates JTAG protocol and acts like a JTAG cable over network. Xilinx Virtual Cable provides a way to access JTAG chain on the target FPGA board and debug the target without the need of a physical cable.

This can be done using the Tenagra application. In the Device Information page, click on the XVC Server tab to start the XVC Server. Then open Vivado–>Hardware Manager. In Hardware Manager select Open Target –> Open New Target. In the window that appears, click Next –> select Local Server –> Next –> click on Add Xilinx Virtual Cable (XVC) –> give the IP Address of your PC –> OK –> the device will be detected under Hardware Devices –> Next –> Finish. Now Program the device by selecting the configuration file. After programming, go to Tenagra application and click on XVC Server tab to stop XVC Server. These steps are illustrated in the video below.

Is that all?

No! Tenagra has much more to offer. Tenagra has several more features that makes working with Numato Lab FPGA modules a great experience. Stay tuned for further updates.

 

 

 

 

 

Was this helpful?

Leave A Comment
*
*