2014-06-28 20:56:59 +00:00
|
|
|
# GTFPGA {#gtfpga}
|
|
|
|
|
|
|
|
The GTFPGA card is an extension card for simulator racks from RTDS.
|
|
|
|
The manufacturer provides a VHDL module to exchange data via fiber optics between the GTFPGA and GPC cards.
|
|
|
|
|
|
|
|
The GTFPGA card is based on the Xilinx ML507 evaluation board.
|
|
|
|
This board consists of a Virtex 5 FPGA, Ethernet and Fiberoptic MACs and an integrated PowerPC core.
|
|
|
|
|
|
|
|
The PowerPC core is used to forward values between RTDS and the S2SS server.
|
|
|
|
|
2015-08-07 01:20:27 +02:00
|
|
|
## Configuration
|
|
|
|
|
2015-09-22 15:27:23 +02:00
|
|
|
Every `gtfpga` node support the following special settings:
|
|
|
|
|
2015-08-09 23:58:03 +02:00
|
|
|
#### `slot`
|
2015-08-07 01:20:27 +02:00
|
|
|
|
2015-08-09 23:58:03 +02:00
|
|
|
#### `id`
|
2015-08-07 01:20:27 +02:00
|
|
|
|
2015-08-09 23:58:03 +02:00
|
|
|
#### `rate`
|
2015-08-07 01:20:27 +02:00
|
|
|
|
2015-08-09 23:58:03 +02:00
|
|
|
### Example
|
2014-07-14 11:01:34 +00:00
|
|
|
|
2015-10-12 15:29:47 +02:00
|
|
|
gtfpga_node = {
|
|
|
|
type = "gtfpga",
|
|
|
|
|
|
|
|
### The following settings are specific to the gtfpga node-type!! ###
|
|
|
|
|
|
|
|
slot = "01:00.0", # The PCIe slot location (see first column in 'lspci' output)
|
|
|
|
id = "1ab8:4005", # The PCIe vendor:device ID (see third column in 'lspci -n' output)
|
|
|
|
|
|
|
|
rate = 1
|
|
|
|
}
|