You are on page 1of 11

VLSI-Lab No.

01
Introduction and Installation of Micro wind and Model Sim

Objective:

Learning the Basic of Micro wind and Model sim

Software Required:

 Model Sim
 Micro wind

Theory:

Micro wind:

Microwind3 is a friendly PC Windows tool for designing and simulating microelectronic circuits
at layout level. The tool features full editing facilities attractive views such as MOS
characteristics, 2D cross-sections, 3D views, atomic views and efficient analog simulator. Micro
wind may be configured in 1.2µm down-to Fin Fet technology.

Microwind3 unifies:

• Schematic entry

• Pattern based simulator

• Spice extraction of schematic

• Verilog extractor

• Layout compilation

• On layout mix-signal circuit simulation

• Cross sectional & 3d viewer

• Net list extraction

• Bsim4 tutorial on MOS devices

• Sign-off correlation to deliver unmatched design performance

• Designer productivity
Installation:

 The first step is to down load the Micro wind software .

 Then double click on the setup file and run the setup.
Design Of n-MOS

Following step are required for designing n-MOS.

 Select the polysilicon from the palette, then place it in a rectangular shape whose width
must be greater than 5 lambda.
 Then select n-diffusion from the palette and place it on the polysilicon in form of a big
rectangle.

 Next step is to select the clock from palette, place it on left side of polysilicon on n-
diffusion and add desired parameters for input source. And Then again select the clock
from palette, place it on Centre of polysilicon on n-diffusion and add desired parameters
for input gate.
 Select the eye symbol from palette for a visible output.
 To check the output click on run button the in tool bar.
ModelSim

ModelSim is a multi-language HDL simulation environment by Mentor Graphics, for simulation


of hardware description languages such as VHDL, Verilog and System C, and includes a built-in
C debugger. ModelSim can be used independently, or in conjunction with Intel Quartus
Prime, Xilinx ISE or Xilinx Vivado. Simulation is performed using the graphical user interface
(GUI), or automatically using scripts.

Installation

 First, I download the Modelsim PE student Edition from mentor graphics.


 Then double click on software setup and install the software.
Modelsim Code for AND gate

Procedure

The steps to built AND gate Code are as follow.

 First of all open a new project from the file menu and name the project.

 Then select ‘create new file’ option and name it and select the type of file as Verilog.
 Click on the file name in the workplace section, this will open a text file to write the
code.

 Write the code in the text file as given below.

 Now in the workspace open project tab, right click, select add to project from dropdown
menu and select new file.
 This new file will contain the variable values for the main code, and is known as test-
bench with file type Verilog.

 Now select and click ‘compile all’ button from the tool bar, this will compile both the
codes and check for errors.

 Now open the ‘library’ tab from the bottom of workspace and open work library, right
click on the file test-bench and select simulate.

You might also like