1 / 30

EECE579: Digital Design Flows

EECE579: Digital Design Flows. Usman Ahmed Dept. of ECE University of British Columbia. Implementing Digital Circuits. Digital Circuit Implementation Approaches. Custom. Semicustom. Cell-based. Array-based. Standard Cells. Gate Arrays Structured ASICs. FPGA's. Macro Cells.

loren
Télécharger la présentation

EECE579: Digital Design Flows

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EECE579: Digital Design Flows Usman Ahmed Dept. of ECE University of British Columbia

  2. Implementing Digital Circuits Digital Circuit Implementation Approaches Custom Semicustom Cell-based Array-based Standard Cells Gate Arrays Structured ASICs FPGA's Macro Cells Compiled Cells

  3. Design Capture Behavioral HDL Pre-Layout Simulation Structural Logic Synthesis Floorplanning Post-Layout Simulation Placement Physical Circuit Extraction Routing Tape-out Implementing Logic Circuits Design Iteration

  4. Library of cells that implement different gates Cells can have different width but all cells have same height (hence Standard Cells) Many variants of the same cell Standard Cell Design

  5. Logic Synthesis Transform the HDL description into library cells Placement Where to place a cell ? Routing Connect the placed cells. Standard Cell Design

  6. Optimizations: Gate Resizing Buffer Insertion In-place Re-synthesis Standard Cell Design

  7. Standard Cell Design: An Example

  8. Routing channel can be narrowed if more interconnect layers are available Standard Cell Design

  9. Cell-structure hidden under interconnect layers Standard Cell Design: New Generation

  10. Used only for the high-speed or low-power applications Very expensive, and time consuming (> $2M just for the mask costs) Very high re-spin cost Standard Cell Design: Summary

  11. FPGAs • FPGA: Field-Programmable Gate Array

  12. Logic Blocks - used to implement logic - lookup tables and flip-flops Altera: LABs Xilinx: CLBs What’s Inside an FPGA?

  13. What’s Inside an FPGA? I/O Blocks - interface off-chip - can usually support many I/O Standards

  14. What’s Inside an FPGA?

  15. Bit-Stream Logic Block: Basic Logic Gate: Lookup-Table Function of each lookup table can be configured by shifting in bit-stream. Inputs

  16. Logic Clusters Several lookup tables are grouped into “clusters” - Typically 8 to 10 lookup tables per cluster Connections between lookup tables in the same cluster are fast Connections between lookup tables in different clusters are slow

  17. What’s Inside an FPGA?

  18. Reconfigurable Logic: Connect Logic Blocks using Fixed Metal Tracks and Programmable Switches

  19. Reconfigurable Logic: Connect Logic Blocks using Fixed Metal Tracks and Programmable Switches

  20. Implementing Systems in an FPGA FPGA Fabric Embedded memories Embedded PowerPC Hardwired multipliers Xilinx Vertex-II Pro High-speed I/O

  21. Advantages of FPGAs: • "Instant Manufacturability": reduces time to market • Cheaper for small volumes because you don’t need to pay for fabrication • means you don’t need to be a big company to make a chip • Relaxes Designers -> relaxed designers live longer! Disadvantages of FPGAs: • Slower than custom or standard cell based chips • Cannot get as much circuitry on a single chip • Today: ~ 1M gates is the best you can do ~ 200 MHz is about as fast as you can get • For large volumes, it can be moreexpensive than gate arrays and custom chips

  22. Structured ASICs • Combines good features of FPGAs and Standard Cell ASICs

  23. Logic Blocks • Choices • Fine Grained • Basic gates: NAND, NOR, XOR, FF etc. • Medium Grained • Lookup Tables • Coarse Grained • Multi-input, Multi-output blocks (e.g., PLAs) • Configurability • SRAM cells • Vias • Lower Level (e.g., between M1 and M2) • Upper Level (Via stacks brought up to the configurable layers)

  24. Routing Fabrics • Metal and Via Programmable • More flexibility, more efficiency • Employed in most structured ASIC offerings • Via Programmable • Regular, easy to manufacture • Metal is fixed and every segment may not be fully utilizable, → Can be Inefficient

  25. Design Flows

  26. Design Flows

  27. Design Flows

  28. Design Flows

  29. Design Flows

  30. Design Capture Behavioral HDL Pre-Layout Simulation Structural Logic Synthesis Floorplanning Post-Layout Simulation Placement Physical Circuit Extraction Routing Tape-out Implementing Logic Circuits Design Iteration

More Related