VITA Technologies
  • VME
  • XMC
  • FMC
  • PMC
  • VNX
  • VPX
Menu
  • VME
  • XMC
  • FMC
  • PMC
  • VNX
  • VPX
  • Articles
  • White Papers
  • Products
  • News
Menu
  • Articles
  • White Papers
  • Products
  • News
  Articles  CORBA for FPGAs: Tying together GPPS, DSPs, and FPGAs
Articles

CORBA for FPGAs: Tying together GPPS, DSPs, and FPGAs

Joseph M Jacob, Objective Interface SystemsJoseph M Jacob, Objective Interface Systems—February 7, 20080
FacebookTwitterPinterestLinkedInTumblrRedditVKWhatsAppEmail

Alternatives to custom bridges


22

Figure 2
(Click graphic to zoom by 3.9x)

Custom GPP-to-FPGA bridging solutions are currently employed to connect FPGAs into a CORBA system, but all of these approaches suffer from one or more problems:

  • They do not comprehensively address CORBA communications, limiting object mobility and preventing true location transparency.
  • They require a (potentially dedicated) GPP to act as a CORBA bridge or proxy to the FPGA, limiting throughput and increasing system size, weight and power.
  • They are custom solutions, lacking COTS support and requiring an investment in custom software and hardware that must be supported for the lifecycle of the product.

As signal processing systems become larger and more complex, system builders are running into a performance wall. In order to achieve the desired performance requirements of these extensive systems, modern signal processing systems often combine Digital Signal Processors (DSPs), General Purpose Processors (GPPs) and Field Programmable Gate Arrays (FPGAs).

To facilitate development of such multi-processor systems, designers can now use a distributed communications architecture: the Common Object Request Broker Architecture (CORBA). CORBA enables pieces of programs, called objects, to communicate with one another over networks—regardless of the programming language in which they are written, the operating system on which they are running, or their location in the system. This approach provides a number of advantages to system developers: Object request broker (ORB)-enabled GPPs, DSPs, and FPGAs offer a common communications paradigm among disparate engineering disciplines, important in environments in which these development groups often work in isolation.

Additional technical advantages of using ORBs across processor architectures include increased portability of algorithms and logic throughout systems, as well as an improved ability to migrate functionality from GPPs to FPGAs without structurally modifying applications. Perhaps most importantly, ORB-enabled devices give the freedom to do away with specialized interfaces for DSPs and FPGAs—allowing system architects to focus on improving application functionality while the ORBs deliver the necessary interface details for GPP, DSP and FPGA developers.

Features of ORB-enabled GPPs, DSPs, and FPGAs

  • Offer common communications paradigm among “siloed” engineering groups
  • Increase portability of algorithms and logic throughout the system
  • Migrate functionality from GPP to FPGA at any time
  • Keep the focus on application functionality by freeing developers from specialized interfaces for DSPs and FPGAs

Benefits of CORBA for FPGAs
FPGAs are often used for large-scale development projects such as wireless base stations and software defined radios (SDRs)—applications typically calling for multiprocessor communications. Historically, however, FPGAs have not been supported by CORBA, requiring FPGA developers to hand-code hardware communications interfaces, an extremely time-consuming process both for the initial implementation and for changes as the design progresses.

“Placing the ORB directly into FPGA hardware eliminates the need for a host GPP to provide CORBA-bridging services.”

Industry demand for software that enables easy integration of FPGAs into a variety of signal processing applications has spawned a solution. A CORBA ORB designed specifically for FPGAs is now available, implemented in VHSIC Hardware Description Language (VHDL) directly into hardware blocks. Providing performance increases of up to 100x over software running on a GPP, this CORBA ORB, ORBexpress FPGA from Objective Interface, creates a simple, high-performance abstraction layer between the developer’s modules and the hardware communications interfaces. The ORB provides a number of benefits to FPGA developers: location transparency and processing mobility; support for the full range of ideal data types; and last, but not least, support for partial reconfiguration on the FPGA.

Location transparency and processing mobility
Placing the ORB directly into FPGA hardware eliminates the need for a host GPP to provide CORBA-bridging services and brings the FPGA into the CORBA world as a peer to other processing devices. With custom communication services replaced by standard CORBA operations, system architects and programmers gain a single, consistent view of all system resources.


21

Figure 1
(Click graphic to zoom by 1.9x)
More stories

Embedded Tech Trends 2018 Wrap-up

April 2, 2018

Two different realms: RTOS support for safety-critical vs. security-critical systems

June 17, 2009

Optical backplanes – Route 66

October 10, 2012

2021 State of the VITA Technology Industry – Spring Edition

August 23, 2021

The most significant benefit gained by this consistent view is enabling CORBA location transparency across an entire heterogeneous system. The top-level view of a CORBA application can remain unchanged as objects are migrated among computational resources. For example, an application under development can initially implement and test all operations in standard GPP resources, providing early validation of the architecture and implementation. As the FPGA elements of the design mature, operations can easily be transparently migrated into the FPGA and validated against the existing GPP implementation.

What is CORBA?

For systems that need small memory footprint and deterministic execution, embedded developers can use the Common Object Request Broker Architecture (CORBA), an Object Management Group (OMG) standard. CORBA provides an easy-to-use architecture for distributed processing that fits systems from the largest server farms to the smallest networked DSPs.

In recent years, the demand for embedded CORBA has been driven by user requirements for compact size, speed and performance, especially in the telecommunications and defense industries.

RETURN to TOP

Support for ideal data types
Eliminating the GPP bridge also removes a performance bottleneck and allows the FPGA to operate at full hardware data rates. For example, ORBexpress FPGA processes and delivers a CORBA message in a fraction of a microsecond. The message processing path is in effect fully pipelined, allowing the ORB to maintain high sustained transport bandwidth. Given sufficient I/O connectivity, tests demonstrate sustained processing rates of several million CORBA transactions per second.

This cross-device solution is ideal for environments that require high performance yet programming flexibility. SDRs, wireless base stations, medical devices, robotics and other types of high performance systems can benefit substantially from this cross-device flexibility.

Support for partial reconfiguration
What puts the ORB at the state-of-the-art for component-based development is that it exploits the full potential of the partial reconfiguration feature of Xilinx Virtex FPGAs.

The term “reconfiguration” is used to describe an FPGA’s capability to be reprogrammable by loading a new bitstream from memory. Typically, the entire device needs to be reconfigured, which means that for a certain period of time (typically, milliseconds), the device is rendered inactive until the new bitstream is loaded. The term “partial reconfiguration” refers to the ability of an FPGA to reconfigure a portion of the device without affecting the operation of the rest of it. In this way, partial reconfiguration (PR) allows a designer to time multiplex the resources within an FPGA.

There are many use cases for partial reconfiguration, including:

  • Supporting a multi-mode waveform in a smaller, lower-power and lower-cost FPGA by only loading the modes required at a given point in time, rather than having to load all modes even though only a couple may be in operation.
  • Supporting multiple waveforms in a single FPGA, rather than having to use multiple FPGAs. In this scenario, a new waveform can be loaded into another portion of the device while maintaining an existing waveform.
  • Achieving faster reconfiguration time by not having to reload the static infrastructure (such as interfaces) during reconfiguration.
  • Maintaining the embedded processor such that it can continue to act as a controller even if the rest of the FPGA is not required at a given moment in time.

In the first couple of use cases, the primary benefit to the end user is having a smaller, lower-power and lower-cost platform which provides the same functionality. In the latter couple of use cases, the benefit to the end user is faster response time when a new application needs to be loaded. The ORB enables developers to more easily implement and take advantage of such partial reconfiguration through a standards-based, easy-to-use communications framework for re-loading the reconfigurable portion of the FPGA.

Joseph M. Jacob is the Senior Vice President, Sales and Marketing of Objective Systems, Inc., the worldwide leader in communications middleware for high-performance, real-time, and embedded systems. Since joining Objective Interface in 2003, Joe has led the company’s sales, marketing, business development, and product management teams. Joe is a frequent presenter on the use of communications middleware in Software Defined Radio (SDR) and the Multiple Independent Levels of Security/Safety (MILS) architecture. He has authored articles on SDR and MILS applications that have been published in both the United States and in Europe. Joe is co-chair of the Avionics Special Interest Group at the SDR Forum. Joe holds a B.A. from the University of Illinois at Urbana-Champaign with a double major in economics and political science. He also holds a Juris Doctor degree from Harvard Law School.

Manuel Uhm is Senior Marketing Manager for the DSP Division at Xilinx responsible for strategic marketing and development of Division roadmaps for Defense, Horizontal IP and Boards. Manuel joined Xilinx in 2004 and is considered a thought leader in identifying trends in SDR, DSP, and other communications technologies. Manuel is currently co-chair of the markets committee of the SDR Forum, as well as being on the advisory board for PennWell’s Military Technologies Conference. Prior to joining Xilinx, Manuel was responsible for marketing at Spectrum Signal Processing, Inc. He received his Master of Business Administration from Simon Fraser University and studied electrical engineering at Queen’s University.

Objective Interface Systems
13873 Park Center Road, Suite 360
Herndon, VA 20171
Email: [email protected]
U.S. Tel: 1-800-800-OIS7 or 1-703-295-6500
Europe Tel: +33 (0) 6 68 35 15 45
Japan Tel: +81 (0)
3-5623-2112
Fax: 1-703-295-6501

XILINX
2100 Logic Drive
San Jose, CA 95124
Email: [email protected]
Tel: 1-408-559-7778
Fax: 1-408-559-7114

FacebookTwitterPinterestLinkedInTumblrRedditVKWhatsAppEmail
Emerson Network Power – Dual Core VME Board
AP Labs Begins Certification Tests for Row 44 In-flight Satellite Broadband System
Related posts
  • Related posts
  • More from author
Eletter Products

SPONSORED: Rugged 1/2 ATR Aligned to SOSA, CMFF and SAVE Ready

January 30, 20250
Consortia and Working Groups

Call for Consensus Body Members to Reaffirm ANSI/VITA 67.1-2019 – Coaxial Interconnect on VPX, 4 Position SMPM Configuration

January 28, 20250
Eletter Products

SPONSORED: SAVE Compliant Chassis for VPX and SOSA Aligned Systems

January 28, 20250
Load more
Read also
Eletter Products

SPONSORED: Rugged 1/2 ATR Aligned to SOSA, CMFF and SAVE Ready

January 30, 20250
Consortia and Working Groups

Call for Consensus Body Members to Reaffirm ANSI/VITA 67.1-2019 – Coaxial Interconnect on VPX, 4 Position SMPM Configuration

January 28, 20250
Eletter Products

SPONSORED: SAVE Compliant Chassis for VPX and SOSA Aligned Systems

January 28, 20250
Eletter Products

SPONSORED: Introducing AirBorn’s 2300W+ VPX Power Supply

January 28, 20250
Consortia and Working Groups

VITA announces formation of VITA 100 working groups

January 13, 20250
Articles

VITA Technologies 2025 Application Guide is here!

December 13, 20240
Load more

Recent Comments

No comments to show.
  • Articles
  • White Papers
  • Products
  • News
Menu
  • Articles
  • White Papers
  • Products
  • News
  • VME
  • XMC
  • FMC
  • PMC
  • VNX
  • VPX
Menu
  • VME
  • XMC
  • FMC
  • PMC
  • VNX
  • VPX

© 2023 VITA Technologies. All rights Reserved.