Support : Knowledge base

Knowledge Base

Welcome to OPAL-RT’s Knowledge Base

OPAL-RT offers a repository of support information for optimal use of its technology.

Loading…

Please note that OPAL-RT knowledge base is not fully optimized for mobile platforms.

For optimal experience, use a desktop computer.

Reference Number: AA-01071// Views: AA-01071// Created: 2015-12-01 19:39:06// Last Updated: 2020-03-02 18:43:06
HowTo
How to check the Inputs / Outputs cards connected to a FPGA?

How to check the I/O cards configurations of a system?

For RT-LAB:

First, get the board id number attached to the FPGA that you want to verify:
How to detect FPGA card

Second, open a command session (Right click on target, choose Execute>Command...):


Last, type the following command:
/usr/opalrt/common/bin/flash_update -hinfo

For example a board id of 0 will be :
/usr/opalrt/common/bin/flash_update -hinfo 0

Board found with board index 0

 Group | Side |        Category       |          Card         |    More Information   |
   1   |   A  |          AOUT         |        OP5330-3       |           --          |
   1   |   B  |          AIN          |         OP5340        |           --          |
   2   |   A  |          DIN          |         OP5353        |           --          |
   2   |   B  |          DOUT         |         OP5354        |           --          |
   3   |   A  |          AOUT         |        OP5330-3       |           --          |
   3   |   B  |          AIN          |         OP5340        |           --          |
   4   |   A  |          DIN          |         OP5353        |           --          |
   4   |   B  |          DOUT         |         OP5354        |           --          |

For HYPERSIM

If you only have HYPERSIM installed on the simulator, your path will be different,   /export/local/ssr/hypersim-target_R6.0.6.o403/linux-rhel5-32-opalrt/HyServer/bin/flashupdate -hinfo

Make sure to replace "hypersim-target_R6.0.6.o403" by the version of your HYPERSIM.