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-00823// Views: AA-00823// Created: 2012-02-08 05:00:00// Last Updated: 2023-04-18 05:46:16
HowTo
How to detect FPGA card using Get IO Info

How To detect the FPGA card in the OPAL-RT simulator using Get IO Info

Question
:

How can check if a FPGA card is detected by the simulator (FPGA cards such as the OP5142 and the ML605)?


Answer:

One way to check is with "Get I/O infos" in RT-Lab

 

 

 

Another way is through telnet (how to do a telnet connection from RT-LAB) ,

 

Type in the command:

/usr/opalrt/common/bin/flash_update  -bim

 

This can provide useful information such as the board ID and bitstream's minor ID and revision ID.

Below is a sample of information found for an OP5142 and ML605:

 

--- OP5142 cards enumeration ---

PCIe detection of OP5142 cards:

OP5142 board found (VendorID=0x10b5, DeviceID=0x9056)
          PCI Index:        0
          IRQ Number:        10
          Board index:        0
          Card type:        OP5142_1
          Bus type:        EX 
          Minor ID:        0005
          Revision ID:        0001

OP5142 boards search done.

 

--- ML605 cards enumeration ---

PCIe detection of ML605 cards:
         
ML605 board found (VendorID=0x10ee, DeviceID=0x6024)
          IRQ Number:    11
          Board index:    0
          Card type:    OP605_1
          Bus type:    EX 
          Minor ID:    000A
          Revision ID:    000B
         
ML605 boards search done.