Circuit Simulation and Analysis with HSPICE

Slides:



Advertisements
Similar presentations
Chapter 3 Basic Logic Gates 1.
Advertisements

Logic Gates.
VLSI lecture, 2000 Lecture 4 MOS Circuits Department of Computer Engineering, Prince of Songkla University by Wannarat Suntiamorntut.
ECE 3130 – Digital Electronics and Design
EE 積體電路設計導論 Introduction to HSPICE
Flip-Flops and Related Devices Wen-Hung Liao, Ph.D.
EDA 實作 Verilog Tutorial 國研院國家晶片系統設計中心 July 2005 陳正斌.
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
CIS 6001 Gates Gates are the building blocks for digital circuits Conventions used is high voltage = 1 and ground = 0 Inverter and NOT Gate are two terms.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Logic Simulation 한양대학교 신현철 교수
Islamic Azad University - Qazvin Branch1 HSPICE ® Introduction Autumn 2006.
In, Out , InOut , Gnd , Vdd, Source follower
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – 30 Lab 5: Layout.
1 Power Dissipation in CMOS Two Components contribute to the power dissipation: »Static Power Dissipation –Leakage current –Sub-threshold current »Dynamic.
The Digital Logic Level
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 Lab 4: VTC & Power.
ECE122 – Digital Electronics & Design
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – 30 Lab 3: Layout.
Optimization With HSpice. Before you start optimizing What are you optimizing for? –Linearity (as in an amplifier) –Gain –Frequency response –Drive ability.
Digital System 數位系統 Verilog HDL Ping-Liang Lai (賴秉樑)  
Basic Digital Logic 2 Combinational Logic
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
1 Inverter Layout. 2 TX Gate: Layout VDD VSS VO Vi C CCC For data path structure P+ N+
Introduction to HSPICE Speaker : Shang-Jyh Shieh TEL: Lab 7354.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – 30 Lab 2: CMOS Design.
Nonlinear & Neural Networks LAB. CHAPTER 8 Combinational Circuit design and Simulation Using Gate 8.1Review of Combinational Circuit Design 8.2Design of.
Objectives Understand the design environment and flow
STICK DIAGRAM EMT251. Schematic vs Layout In Out V DD GND Inverter circuit.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – 30 Lab 2: NAND gate.
ECE122 – Digital Electronics & Design Tanner Tools Tutorial Ritu Bajpai September 4, 2008.
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
Lab 1 LTspice Intro EC538 Selected Topics in Electronics 1 Eng. Nihal Tawfik.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Latches & Flip-flops.
Full-Custom Design ….TYWu
Dr.Ahmed Bayoumi Dr.Shady Elmashad
ECE 3130 Digital Electronics and Design
EMT 251 SPICE NETLIST.
Eng. Mai Z. Alyazji October, 2016
Dept. of Electrical and Computer Eng., NCTU
ECE 3130 Digital Electronics and Design
Engr. Micaela Renee Bernardo
Flip-Flops and Related Devices
ECE2030 Introduction to Computer Engineering Lecture 4: CMOS Network
ECE 3130 Digital Electronics and Design
VLSI System Design Lecture: 1.3 COMS LOGICs
Basic Digital Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
NAND Gate Truth table To implement the design,
Figure 5. 1 An example of AND-OR logic
Waveforms & Timing Diagrams
Low-Density Parity-Check Codes (LDPC Codes)
Introduction to HSPICE
COMBINATIONAL LOGIC DESIGN
Logic Gates.
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Electrical Characteristics Practice Problems #1
Chapter 4 Gates and Circuits.
Digital Logic Experiment
EE382M VLSI 1 LAB 1 DEMO FALL 2018.
ECE 3130 Digital Electronics and Design
Department of Electronics
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Circuit Simulation and Analysis with HSPICE 國研院國家晶片系統設計中心 July - 2005 林棋勝

Product Development Process

Circuit Design Background Circuit/System Design : A procedure to construct a physical structure which is based on a set of basic component, and the constructed structure will provide a desired function at specified time/ time interval under a given working condition. To be Defined Input Stimuli Output Response

What is Simulation Simulation : To predict the Circuit/System Characteristic after manufacturing Foundry Manufacturing ? Depends on the component behavior, simulation categories include : Complexity Capacity Functional simulation Logic/Gate Level Simulation Switch/Transistor Level Simulation Circuit Simulation Device Simulation

Circuit Simulation Background + - IN+ IN- OUT Circuit Structure IN Physical Structure modeling Circuit Simulation Tool f gain Behavior Electrical characteristic I V

An Inverter Gate Circuit Design * The file name : INV.sp .lib ‘./rf018.l' TT MP1 VDD IN OUT VDD pch w=2u l=0.18u MN1 GND IN OUT GND nch w=1u l=0.18u VDD VDD 0 DC 1.8V VIN IN 0 pulse(0V 1.8V 0n 0.1n 0.1n 1n 2n) .OP .TRAN 0.1n 4n .OPTIONS POST .END Type “ hspice INV.sp ” to simulate inverter circuit

Simulation Results of the Inverter Type “ awaves & “ to view the simulation waveforms

Schematic and Layout Views of the Inverter

A 2-Input NAND Gate Circuit Design * The file name : NAND2.sp .lib ‘./rf018.l' TT MP1 VDD A OUT VDD pch w=2u l=0.18u MP2 VDD B OUT VDD pch w=2u l=0.18u MN1 NET1 A OUT GND nch w=2u l=0.18u MN2 GND B NET1 GND nch w=2u l=0.18u VDD VDD 0 DC 1.8V VA A 0 pulse(0V 1.8V 0n 0.1n 0.1n 1n 2n) VB B 0 pulse(0V 1.8V 0n 0.1n 0.1n 2n 4n) .OP .TRAN 0.1n 4n .OPTIONS POST .END

Simulation Results of the 2-input NAND

Schematic and Layout Views of the 2-input NAND

A 2-Input NOR Gate Circuit Design How to design a 2-input NOR Gate Circuit ? * The file name : NOR2.sp .lib ‘./rf018.l' TT . VDD VDD 0 DC 1.8V VA A 0 pulse(0V 1.8V 0n 0.1n 0.1n 1n 2n) VB B 0 pulse(0V 1.8V 0n 0.1n 0.1n 2n 4n) .OP .TRAN 0.1n 4n .OPTIONS POST .END

Simulation Results of the 2-input NOR

Schematic and Layout Views of the 2-input NOR

Lab A 3-input NAND Gate Circuit Design A 3-input NOR Gate Circuit Design

A layout diagram of Memory Circuit

A Micrograph of Memory Chip