FMC SFP+ board with four SFP ports on FMC

FMC SFP+. Quad channel SFP+ ports on FMC form factor.

FMC SFP+ HPC Module with 4x SFP ports

FAQ
Interconnect Systems International LLC logo. Quality FPGA and Data Acquisition products.
Xilinx Alliance Program Member
Made in USA, sold and supported in UK.
FMC Carriers
FMC Modules
  • Signup for product news



Features

  • Four SFP+ ports
  • Up to 5 Gbps per port
  • Programmable low jitter clock supports 0.16 to 350 MHz range with 1PPM step
  • Spread-spectrum clock support
  • 10 MHz, 0.5 PPM reference
  • FMC (ANSI/VITA57) Module

Chipset

  • Analogue to Digital Converter(s) = N/A
  • FPGA = None, on host board
  • Digital to Analogue = N/A

Applications

  • Remote Radio Head receiver
  • OBSAI and CPRI interface
  • Serial FPDP and SRIO fiber optic ports

Overview

The FMC SFP+ provides four SFP+ ports on a standard FMC module with programmable clock and support features. Fiber optic links to remote IO, such as Remote Radio Head applications, from host processing and FPGA cards support up to 5 Gbps bit rates.

The SFP+ ports are compatible with SFF-xxxx transceivers, supporting both copper and fiber optic links. The four ports are fully independent on the module. SFP+ monitoring and control signals are mapped to the FMC interface for detection, loss-of-signal, rate control and I2C control port.

A flexible reference clock for on the FMC SFP+ is fully programmable over the0.16 to 350 MHz range. The clock can be programmed for all common rates for standards such as OC-12, OBSAI, CPRI, GbE, sFPDP and SONET. The clock has jitter performance of less than 1 ps RMS max, allowing it to meet the most stringent requirements for these applications. An on-card 10MHz with 0.5 PPM stability is used as the PLL reference.

The FMC-SFP+ is fully electrically compatible with FMC (ANSI/VITA 57) specifications for IO module. Mechanically, the module will fit FMC sites, but protrudes from the face plate for the SFPs. The module is compatible with FMC HPC sites (4 SFP ports) or LPC (1 SFP port). The module consumes <500 mW exclusive of SFP+ modules.

The FMC is provided with VHDL code illustrating the interfaces. Specific FPGA and platform support is provided for Innovative’s VPX- COP and PEX-COP FPGA cards.

Software libraries and examples for C++ host development are provided. Application examples demonstrating the module features are provided for Innovative Integration platforms in for Windows, Linux and VxWorks.

Dataflow

The FMC modules come with logic to use them on the Innovative FMC hosts (ePC-K7, mini-K7 & others). The logic includes a sample streaming interface to the system processor. Please see the data flow diagram for the generic model.

The simplied data flow from Adc(s) to host application works as follows. Samples from the Adc(s) are clocked into the FPGA. The samples are packed where necessary for efficient use of the RAM chips. The RAM is used as a virtual FIFO to decouple the continuous stream of the Adc(s) from the block transfer nature of PCIe. The user application sets the packetsize. When a whole packet of data is available in the RAM, the PCIe DMA controller does a bus master transfer to the host memory. At configuration time the device drivers reserve physical memory for this purpose. When the transfer is complete, the DMA controller sends an interrupt to Malibu which then copies the packet from the busmaster area to virtual memory and then fires an event in the User application with a reference to the data.

The FMC host memory is usually 256MB or more. If the host can not consume the data as fast as the Adc(s) produces it, the memory fills with samples. This defines the longest continuous capture length possible.

The simplified data flow in the reverse direction for host to Dac(s) is similar. Onboard RAM is configured as a virtual FIFO between the PCIe and the Dac(s). When there is room in the RAM chips for a packet of samples, the PCIe DMA controller interrupts the host, which then signals the application to provide a packet of samples. The samples are copied from virtual memory to physical memory and then the PCIe DMA controller copies them into RAM. As data is flowed to the DAC(s) the RAM has more space for more packets and so the process is repeated.