Showing posts with label Schematic Design Flow. Show all posts
Showing posts with label Schematic Design Flow. Show all posts

Monday, August 13, 2012

Some Interesting and Confusing Questions in VLSI

1.what are the differences between SIMULATION and SYNTHESIS

Simulation <= verify your design. synthesis <= Check for your timing
Simulation is used to verify the functionality of the circuit..
a)Functional Simulation:study of ckt's operation independent of timing parameters and gate delays.

b) Timing Simulation :study including estimated delays, verify setup,hold and other timing requirements of devices like flip flops are met.
Synthesis:One of the foremost in back end steps where by synthesizing is nothing but converting VHDL or VERILOG description to a set of primitives(equations as in CPLD) or components(as in FPGA'S)to fit into the target technology.Basically the synthesis tools convert the design description into equations or components



2.What are the differences between latches & flipflops?
There are 2 types of circuits:1. Combinational2. Sequential

Latches and flipflops both come under the category of "sequential circuits".
Difference: Latches are level-sensitive, whereas, FF are edge sensitive. By edge sensitive, I mean O/p changes only when there is a clock transition.( from 1 to 0, or from 0 to 1)Example: In a flipflop, inputs have arrived on the input lines at time= 2 seconds. But, output won't change immediately. At time = 3 seconds, clock transition takes place. After that, O/P will change.Flip-flops are of 2 types:1.Positive edge triggered2. negative edge triggered1)fllipflops take twice the nymber of gates as latches2) so automatically delay is more for flipflops3)power consumption is also more



3.What is slack?
The slack is the time delay difference from the expected delay(1/clock) to the actual delay in a particular path.Slack may be +ve or -ve.


Monday, July 16, 2012

VLSI:Creating a schematic in Mentor Graphics Design Architect using ASIC Design Kit

This tutorial shows the design of an inverter in Mentor Graphics Design Architect using the ASIC Design Kit (ADK) library. It then shows how to simulate the design from within Design Architect using EldoSpice simulation software.


http://vimalzalariya.blogspot.com
FOLLOW ME

Wednesday, July 11, 2012

VLSI Tutorial 1: Creating a schematic in Mentor Graphics Design Architect using ADK_DAIC

This tutorial shows the design of an inverter in Mentor Graphics Design Architect using the ASIC Design Kit (ADK) library. It then shows how to simulate the design from within Design Architect using EldoSpice simulation software.




Tuesday, July 10, 2012

VLSI Tutorial:mentor Graphics SDL using IC station

Evaluation Version of Mentor Graphics Pyaxis Layout Free...Free...Free

Related Posts Plugin for WordPress, Blogger...