FPGA, CPLD, and ASIC solutions from Altera
30 year anniversary logo
English Site
  • 简体中文
  • 日本語
  • Download Center
  • Documentation
  • myAltera Account
  • myAltera / Logout
Forgot my username or password
  • Devices
    • CPLDs
    • FPGAs
    • ASICs
    • SoCs
    • Processors
    • Power
    • Configuration
  • Design Tools & Services
    • Design Software
    • Intellectual Property
    • Development Kits/Cables
    • Design & Support Services
  • End Markets
    • Automotive
    • Broadcast
    • Computer & Storage
    • Consumer
    • Industrial
    • Medical
    • Military
    • Test & Measurement
    • Wireless
    • Wireline
  • Technology
    • Next-Generation Technologies
    • System Design
    • DSP
    • External Memory
    • Transceivers
    • Signal Integrity
  • Training
    • Training Courses
    • Webcasts & Videos
    • Demonstrations
    • University Program
    • Events Calendar
  • Support
    • Design & Support Resources
    • Knowledge Center
    • Devices
    • Quality & Reliability
    • Design Software
    • Intellectual Property
    • Development Kits/Cables
    • Design Examples
    • Downloads
    • Forums & Wiki
    • mySupport
  • About
    • About Us
    • Corporate Responsibility
    • Partners
    • Newsroom
    • Investor Relations
    • Working at Altera
    • Contact Us
  • Buy
    • Devices
    • Design Software
    • Development & Education Kits
    • Cables & Programming Hardware
    • Intellectual Property
    • Training Credits

Designing ASICs with Quartus II Software

Home > Design Tools & Services > Design Software > ASIC Users

Next Steps

  • Download Software
  • License Software
  • Request Software DVD
  • Get Training

Buy Now

  • Buy Software
  • Purchase Development Kits
  • Buy Cables

Support

  • Get Software Support
  • View Knowledge Base
  • Use Troubleshooter
  • Join the Altera Forum

Documentation

  • Get Documentation
  • Get Handbook (PDF)
  • Get Email Updates
  • Get Product Catalog (PDF)

As time-to-market pressures increase, ASIC mask and development costs rise while FPGAs continue to increase in performance and system-level features. So, more and more traditional ASIC applications are being filled with Altera® HardCopy® ASICs and FPGAs.

Altera’s Quartus® II design software provides high performance and productivity methodologies that are fundamentally similar to traditional ASIC design flows, along with features that will enable you to easily and successfully design for Altera FPGAs and HardCopy ASICs. Quartus II software also offers some innovative technologies to speed up system design and take advantage of FPGA in-system verification.

Altera’s latest generation of FPGAs includes larger logic densities and comprehensive system-level features, and are based on leading-edge process technologies. Altera’s low-cost HardCopy ASIC series offer the same FPGA features at a lower cost, with higher performance and lower power consumption to meet the requirements of many custom ASIC applications.

You use the same Altera Quartus II design software to design for FPGAs and HardCopy series ASICs from the beginning of a design cycle, with predictable performance and power consumption.

Overview of Design Flows

While Quartus II software supports the standard register transfer level (RTL) synthesis, place-and-route, and verification ASIC design flow, it does not require some of the physical design and test design steps required for custom ASIC designs (as shown in Figure 1). 

Figure 1. Using Quartus II Software Eliminates Several Custom ASIC Design Steps 

Figure 1. Using Quartus II Software Eliminates Several Custom ASIC Design Steps

Scan insertion and clock tree synthesis are not required using Quartus II software, because of the inherent design of Altera devices.

Developing ASICs typically requires careful design and placement of I/O cells to support the latest complex I/O standards with good signal integrity (SI) on all pins. You can use Quartus II design software to assign logic to configurable I/O cells with a simple spreadsheet-like interface assignment editor or a script. Quartus II software can also perform a quick check to validate pin assignments and corresponding I/O standard assignments up front to ensure proper operation.

Testing and fault coverage are important parts of the ASIC development process. Testing involves the desired design functionality and the design of the ASIC.  It uses boundary scan insertion, built-in-self-test (BIST), signature analysis, IDDQ, and automatic test pattern generation (ATPG) techniques.  Altera FPGAs and HardCopy ASICs already include boundary scan logic, so you no longer need to insert boundary scan logic and simulate it on top of the actual design logic.  Altera devices are extensively tested during manufacturing so you can focus on your design functionality and timing requirements.

Altera’s FPGAs include advanced, low-skew clock networks for clock distribution within the device, but do not allow you the freedom to implement fully custom clock networks. However, the pre-defined clock tree structure in Altera FPGAs enormously simplifies the design process and satisfies a majority of applications.

RTL Coding

The following synchronous design practices are essential for long-term reliable operation and to make the design portable for implementation in different device speed grades or device architectures. To support HardCopy ASIC designs, Quartus II software includes integrated design rule checking features to enforce synchronous design practices.

Hierarchical Design

To support HardCopy ASIC designs, Quartus II software supports LogicLock™ incremental design capability, which is similar to the block-based design flows used in ASIC design flows. Using the LogicLock methodology, you can partition a design into several functional blocks and assign them to individual team members for independent design, optimization, and implementation. These blocks can then be imported into a top-level system design while maintaining design performance of the individual blocks. Optimized blocks can be reused in subsequent projects with the same performance.

System-Level Design

Quartus II software provides innovative features for rapid system design and hardware/software trade-off analysis. A broad array of off-the-shelf intellectual property (IP) cores are now available for system design in Altera FPGAs. This IP portfolio includes embedded processors, communications functions, optimized digital signal processing (DSP) functions, as well as interfaces and peripherals.

The Altera Qsys system-level integration tool that is included in Quartus II software, automate the process of adding, parameterizing, and linking IP cores into complete systems. A key element of Qsys is its ability to enable early-in-the-design-process testing of hardware and software interactions through testbench files and simulation models before any hardware prototypes are constructed. You can use the rapid system-generation features of Qsys to perform trade-off analysis of which functions should be implemented in hardware and which functions should be implemented in embedded software.

Timing Closure and ECO Support

Reaching timing closure is critical in any ASIC or FPGA design flow. Quartus II software includes automated tools that offer ASIC-like control. For example, Altera’s Quartus II software includes a suite of physical synthesis optimizations, such as automatic register duplication and register retiming to tune design performance. Quartus II users can also manually duplicate registers to reduce fan-out on critical paths and make path-based assignments on critical timing paths in a design. The Quartus II software timing closure floorplan editor displays timing between any two node locations in the floorplan and can be used to manually adjust logic placement for optimum timing.

In a typical engineering project development cycle, the specification for the programmable logic portion is likely to change when engineering development begins or when all system elements are being integrated. These last-minute design changes are commonly referred to as engineering change orders (ECOs). ECOs are small changes to the functionality of a design, after the design has been fully compiled (that is, synthesis and placement-and-routing are completed). ECO support is a common element in ASIC design flows that Quartus II software supports on the HDL and netlist level, using incremental fitting and Chip Planner features.

Scripting Capabilities

ASIC design flows are typically driven by custom scripts or make files, and you can find the same kind of capability in Quartus II software. You can run Quartus II software from a GUI or command-line interface. Quartus II software supports a subset of the popular Synopsys Design Constraint (SDC) syntax used by many ASIC development tools to enter design constraints. Quartus II software also includes a new tool command language (Tcl)-based application programming interface (API) for scripting custom design flows.

EDA Verification Tool Support

If you are trying FPGA design for the first time, you will find that many of your favorite ASIC verification tools can be used in Quartus II design flows. Quartus II software can generate output netlists for analysis by all the leading EDA static timing analysis, HDL simulation, board-level timing analysis, and SI analysis software used in typical ASIC design flows.

In-System Verification

There is no substitute for the real-time in-system verification advantages offered by FPGAs. Besides the obvious benefit of being able to make rapid FPGA design iterations to test in-system immediately, FPGA design tools such as Altera's Quartus II software offer the ability to seamlessly insert embedded logic analyzer functionality into designs. Quartus II software can also incrementally route debug signals to pins without changing HDL source files. Design fixes can now be implemented and tested in the lab using Chip Planner functions to view detailed design implementation structures and make incremental modifications in just minutes.

Rate This Page


  • Logic Design
    • About Quartus II Software
    • Quartus II Subscription Edition
      • System Integration (Qsys)
        • System Console
      • Design Entry & Synthesis
      • Verification & Board Level
      • Optimization
    • Quartus II Web Edition
    • ModelSim-Altera
    • OpenCL
    • What's New
  • DSP Design
    • DSP Builder
  • Getting Started
    • FPGAs & CPLDs
    • HardCopy ASIC
  • Switching to Quartus II
    • ASIC Users
    • Xilinx ISE Users
    • MAX+PLUS II Users
  • Partners
    • EDA Partners
    • OpenCL Board Partners
    • OpenCL Application Developers
  • Ordering & Downloading
    • Ordering
    • Downloading
    • Licensing
Please give us feedback
Devices | Design Tools & Services | End Markets | Technology | Training | Support | About | Buy
Jobs | Investor Relations | Contact Us | Site Map | Privacy | Legal Notice
Copyright © 1995-2012 Altera Corporation. All Rights Reserved.
Altera Forum
Altera
Forum
Altera Wiki
Altera
Wiki
Email Updates
Email
Updates
Follow Us
Follow
Us