+ All Categories
Home > Documents > Scilab Manual for Digital VLSI Lab with top to bottom ...

Scilab Manual for Digital VLSI Lab with top to bottom ...

Date post: 15-Oct-2021
Category:
Upload: others
View: 13 times
Download: 0 times
Share this document with a friend
15
Scilab Manual for Digital VLSI Lab with top to bottom approach by Dr Sandhya Save Electronics Engineering Thakur College Of Engineering And Technology, Kandivali 1 Solutions provided by Dr Sandhya Save Electronics Engineering Thakur College Of Engineering And Technology, Kandivali October 6, 2021 1 Funded by a grant from the National Mission on Education through ICT, http://spoken-tutorial.org/NMEICT-Intro. This Scilab Manual and Scilab codes written in it can be downloaded from the ”Migrated Labs” section at the website http://scilab.in
Transcript
Page 1: Scilab Manual for Digital VLSI Lab with top to bottom ...

Scilab Manual forDigital VLSI Lab with top to bottom approach

by Dr Sandhya SaveElectronics Engineering

Thakur College Of Engineering AndTechnology, Kandivali1

Solutions provided byDr Sandhya Save

Electronics EngineeringThakur College Of Engineering And Technology, Kandivali

October 6, 2021

1Funded by a grant from the National Mission on Education through ICT,http://spoken-tutorial.org/NMEICT-Intro. This Scilab Manual and Scilab codeswritten in it can be downloaded from the ”Migrated Labs” section at the websitehttp://scilab.in

Page 2: Scilab Manual for Digital VLSI Lab with top to bottom ...

1

Page 3: Scilab Manual for Digital VLSI Lab with top to bottom ...

Contents

List of Scilab Solutions 3

1 Design of NAND gate using CMOS technology 5

2 Design of NOR gate using CMOS technology 7

3 Design of 4:1 multiplexer IC 9

4 Design of 8:1 multiplexer IC using 4:1 mux tree 11

5 Design of 1:8 demultiplexer IC 13

2

Page 4: Scilab Manual for Digital VLSI Lab with top to bottom ...

List of Experiments

3

Page 5: Scilab Manual for Digital VLSI Lab with top to bottom ...

List of Figures

1.1 NAND Gate . . . . . . . . . . . . . . . . . . . . . . . . . . . 61.2 NAND Gate . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

2.1 NOR Gate . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82.2 NOR Gate . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

3.1 Mux4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103.2 Mux4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

4.1 multiplexer . . . . . . . . . . . . . . . . . . . . . . . . . . . 124.2 multiplexer . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

5.1 demux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14

4

Page 6: Scilab Manual for Digital VLSI Lab with top to bottom ...

Experiment: 1

Design of NAND gate usingCMOS technology

This code can be downloaded from the website wwww.scilab.in

5

Page 7: Scilab Manual for Digital VLSI Lab with top to bottom ...

Figure 1.1: NAND Gate

Figure 1.2: NAND Gate

6

Page 8: Scilab Manual for Digital VLSI Lab with top to bottom ...

Experiment: 2

Design of NOR gate usingCMOS technology

This code can be downloaded from the website wwww.scilab.in

7

Page 9: Scilab Manual for Digital VLSI Lab with top to bottom ...

Figure 2.1: NOR Gate

Figure 2.2: NOR Gate

8

Page 10: Scilab Manual for Digital VLSI Lab with top to bottom ...

Experiment: 3

Design of 4:1 multiplexer IC

This code can be downloaded from the website wwww.scilab.in

9

Page 11: Scilab Manual for Digital VLSI Lab with top to bottom ...

Figure 3.1: Mux4

Figure 3.2: Mux4

10

Page 12: Scilab Manual for Digital VLSI Lab with top to bottom ...

Experiment: 4

Design of 8:1 multiplexer ICusing 4:1 mux tree

This code can be downloaded from the website wwww.scilab.in

11

Page 13: Scilab Manual for Digital VLSI Lab with top to bottom ...

Figure 4.1: multiplexer

Figure 4.2: multiplexer

12

Page 14: Scilab Manual for Digital VLSI Lab with top to bottom ...

Experiment: 5

Design of 1:8 demultiplexer IC

This code can be downloaded from the website wwww.scilab.in

13

Page 15: Scilab Manual for Digital VLSI Lab with top to bottom ...

Figure 5.1: demux

14


Recommended