100% found this document useful (1 vote)
277 views16 pages

1rsd - Vlsi Design Flow

This document provides an overview of the VLSI design flow, including: - The three fundamental aspects of hardware design are behavioral, structural, and physical. Behavioral deals with functionality and timing without structural details, structural deals with construction and interconnections, and physical deals with layout and routing. - The VLSI design flow involves multiple abstraction levels from system level to transistor level. Design is described using languages like Verilog, VHDL, and SPICE at different levels. - Common CAD tools used in the flow include simulation, synthesis, placement and routing, and verification tools from vendors like Synopsys, Cadence, and Mentor Graphics. Formal verification is also used to verify designs.

Uploaded by

pratiksha holey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
277 views16 pages

1rsd - Vlsi Design Flow

This document provides an overview of the VLSI design flow, including: - The three fundamental aspects of hardware design are behavioral, structural, and physical. Behavioral deals with functionality and timing without structural details, structural deals with construction and interconnections, and physical deals with layout and routing. - The VLSI design flow involves multiple abstraction levels from system level to transistor level. Design is described using languages like Verilog, VHDL, and SPICE at different levels. - Common CAD tools used in the flow include simulation, synthesis, placement and routing, and verification tools from vendors like Synopsys, Cadence, and Mentor Graphics. Formal verification is also used to verify designs.

Uploaded by

pratiksha holey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Introduction to VLSI Design Flow

EC6203:Reconfigurable System Design

Ayas Kanta Swain,


Assistant Professor, ECE Dept.,
NIT Rourkela
Outline
o Aspects of Hardware Design.
o Modelling digital design using Verilog HDL.
o Synthesis Constructs of Verilog HDL.
o Study of Reconfigurable architectures (FPGA).
o Timing issues in digital design( Static timing analysis).
o Verifying digital design using System Verilog HVL.
Aspects of Hardware Design

o Introduction
-Behavioral, Structural and Physical.
o Hardware design methodology
-Top-down design, Bottom-up design and mixed top-down and
bottom-up design
o VLSI Design Overview
-Abstraction level, Design flow, Terminology, Design and Tool
levels
o Design Flow using HDL
o VLSI Design Steps
-Architecture Design, RTL design, logic level design,
Transistor level design and Physical design.
Aspects of Hardware Design
There are 3 fundamental aspects of hardware:
-Behavioral:
It deals with the behavior of hardware.
Functionality and timing(Speed) without knowledge of structural details.
-Structural:
It deals with the scheme of hardware construction. Which parts are used
for designing and how they are connected.
-Physical:
It deals with the physical organization of hardware layout, placement and
the routing of the components.
A complete information on the hardware requires a combination of both
the behavioral and structural details.
VLSI Design Flow from CAD Perspective

https://www.vtvt.ece.vt.edu/vlsidesign/designFlow.php
Coding Language in IC Design Coding
Coding used in different abstraction Levels:
System Level Design (algorithmic level): C, MATLAB, SystemC
RTL Level Design: Verilog HDL,VHDL
Gate Level Design(Post-Synthesis): Verilog HDL , VHDL.
Transistor Level Design: SPICE
Simulation and Verification of Design: Verilog HDL , VHDL,
System Verilog(OOPs)
Scripting: Perl, TCL.
CAD Tools in IC Design
Simulation Tools(HDL): Synopsys (VCS), Cadence (NCSIM), Mentor(ModelSim)
Synthesis: Synopsys (Design Vision), Cadence (RTL Compiler/Genus)
PNR Tools: Synopsys (IC Compiler), Cadence (SoC Encounter/Innovus)
Spice Simulation Tool: Cadence SPECTRE, Synospys HSPICE,
Mentor(Eldo Spice)
DRC, LVS Tools: Cadence (Assura), Mentor(Calibre),Synopsys(Hercules)
Verification Tools: Synospys (VCS),Cadence (NCSIM), Mentor
(Questa Sim / ModelSim)
Formal Verification: Synopsys(Formality/VC-Formal),Cadence(JasperGold)
Timing Analysis: Synopsys(Primetime), Cadence(EDI/Tempus)
Testing: Synopsys(DFT Compiler, TetraMax), Cadence (Modus)
Aspects of Hardware Design
Fundamental aspects (domains) of
hardware: Behavioral, Structural and
Physical.
-Information in each aspect is
represented at different levels of
abstraction
-Single design description language
is not exist for abstraction level.
-HDL Gate Level
-SPICE Transistor Level
-GDSII Physical Level
(Graphic Database System)

Daniel Gajski and Robert Kuhn (1983)


Hardware Design Methodology
Design methodology classified into three categories:
• Top-down Design, Bottom-up Design and Mixed Top-Down and Bottom-
up Design.
Top-down Design:
• Desired complex behavior of a hardware is partitioned into interacting
simpler sub-behaviors.
• Further the partitioned sub-behaviors break down into an interacting
simple enough behaviors whose implementations are known.
• Designers enjoys full freedom. (Example-Microprocessor Design)
Hardware Design Methodology
Bottom-up Design:
• It realizes the desired complex behavior by suitably selecting
behaviors from a given set of behaviors.(available libraries)
• It also sets connection among them.
• Adequate if complexity is not too high.( Counter Design)
Hardware Design Methodology
Mixed Top-down and Bottom-up Design
• It realizes by first following the top-down method (recursively a few times)
-Partitioning the desired complex behavior into a set of interconnecting
simple behaviors.
• Then realizing the simpler sub-behaviors by following the bottom approach
-Suitably selecting interconnection of parts from an available libraries)
Top-down Design in Gajski’s Y-Chart
Mixed Design in Gajski’s Y-Chart
Definitions and Terminology
Design and Tools Levels

You might also like