Catapult C
Catapult C Synthesis, a commercial electronic design automation product of Calypto Design Systems, is a high-level synthesis tool, sometimes called algorithmic synthesis or ESL synthesis. Catapult C takes ANSI C/C++ and SystemC inputs[1] and generates register transfer level (RTL) code targeted to FPGAs and ASICs.[2]
History
In 2004, Mentor Graphics formally announced its Catapult C high level synthesis product offering hierarchical design support for synthesizing pipelined, multi-block subsystems from untimed ANSI C/C++ descriptions. Catapult C's main functionality was generating RTL (VHDL and Verilog) targeted to ASICs and FPGAs. Users specified constraints for timing and area, and provided a clock period and destination technology. Mentor also announced a Catapult C Library Builder for ASIC Designers to collect detailed characterization data.[3]
In 2005, Mentor announced extensions to Catapult C to automatically create SystemC transaction-level models and wrappers, for simulation of the design in verification environments supporting SystemC. Mentor also introduced interface synthesis to map the data transfer implied by passing of C++ function arguments to hardware interfaces such as wires, registers, handshaked registers, memories, buses or more complex user-defined interfaces.[4]
In 2006, Mentor announced Catapult SL (System Level) for automatically creating signal processing subsystems. Catapult SL could coordinate the partitioning of sequential C operations into multiple blocks within the subsystem, including partitioning into multiple clock domains. Catapult SL automatically inserts appropriate inter-block channels and memory buffers to assemble the sub-system.[5]
In January 2009, Mentor announced an integration between Catapult C and its Vista SystemC design and simulation environment to automatically generate transaction-level models (TLM). In this process, the untimed ANSI C++ input to Catapult is encapsulated in a TLM wrapper; timing information is extracted from the synthesis results and back-annotated in the resulting model. The flow is compatible with the TLM-2.0 standard from the Open SystemC Initiative (OSCI).[6]
In June 2009, Mentor announced that it enhanced Catapult C with the ability to synthesize control logic, create power-optimized RTL netlists, with automatic multi-level clock gating, and an automated verification flow to enable a debug of the RTL against the original C++ input.[7]
In January 2010, Mentor announced the ability for Catapult C to take direct SystemC input, including both cycle-based and transaction level (TLM) support.[8]
In May 2011, Mentor announced that Catapult C supported TLM synthesis. Abstract TLM models are converted to pin-accurate, protocol-specific, SystemC models, and from there, synthesized to RTL code. Existing synthesizable descriptions can be converted to TLMs.[9]
In August 2011, Catapult C was acquired by Calypto Design Systems.[10]
Features
CatapultC synthesizes ANSI C/C++ without proprietary extensions. The C/C++ language support includes pointers, classes, templates, template specialization and operator overloading facilitate design reuse methodology over RTL code.[11]
Catapult C supports both algorithmic and control logic synthesis.[12]
Designers do iterations with CatC to pick their preferred micro architecture for specified performance and area constraints.[13] Catapult has a graphic user interface with a visual view of the hardware circuit it is scheduling, as well as the clock reference between the C code and the Verilog RTL code. Catapult C has 3 types of simulation using the original C/C++ testbench: Cycle-based, RTL-based, and Gate-Level based.[14]
Catapult C supports SystemC model generation intended for virtual platforms, and a SystemC test environment to verify the generated RTL against the original C++ using the original C++ testbench.
Catapult C supports the synthesis of Transaction Level Models (TLM), including standard off-the-shelf bus interfaces and custom protocols.[15]
Competing HLS Products
- Vivado HLS from Xilinx (formerly, AutoPilot from AutoESL)
- BlueSpec Compiler from BlueSpec
- Impulse C CoDeveloper from Impulse Accelerated Technologies
- C-to-Silicon from Cadence Design Systems
- Synphony C Compiler from Synopsys
- Cynthesizer from Forte Design Systems
- LegUp from University of Toronto
- CyberWorkBench from NEC
- C-to-Verilog from C-to-Verilog.com
- eXCite from Y Explorations
- ParC C++ extended for parallel processing and hardware description
- HDL Coder from MathWorks
References
- ↑ Chip Design Bridging ESL and High-Level Synthesis
- ↑ University of Oulu Rapid Scheduling of Efficient VLSI Architectures for Next-Generation HSDPA Wireless System Using C Synthesis
- ↑ EETimes: High-level synthesis rollouts enable ESL
- ↑ SOCCentral Mentor Graphics Extends Catapult C Synthesis Product
- ↑ SOCCentral Mentor Introduces High-Level Synthesis to Create High-Performance Subsystems from Pure ANSI C++.
- ↑ EETimes Mentor TLM 2.0 design flow
- ↑ SCDsource Mentor Catapult C synthesizes control and power management
- ↑ Chip Design Bridging ESL and High-Level Synthesis
- ↑ EETimes Mentor’s TLM Synthesis links virtual prototyping and hardware implementation
- ↑ EETimes Calypto acquires Mentor's Catapult C
- ↑ University of Oulu Rapid Scheduling of Efficient VLSI Architectures for Next-Generation HSDPA Wireless System Using C Synthesis
- ↑ SCDsource Mentor Catapult C synthesizes control and power management
- ↑ ICASSP Architectural Design and Implementation of the Increasing Radius – List Sphere Detector Algorithm
- ↑ Deepchip C/C++ chip design using high-level synthesis
- ↑ EETimes Mentor’s TLM Synthesis links virtual prototyping and hardware implementation
External links
- Calypto Design Systems Catapult C Synthesis Product Page
- Mentor Graphics Catapult C Synthesis Product Page
- ESL and High-Level Synthesis Communities
- Transforming an ANSI C code with OpenMP directives into a SystemC description
- Automated synthesis and verification of embedded systems: wishful thinking or reality?