Lab 7 - ECE 421L 

Authored by Dara Wells, wellsd5@unlv.nevada.edu

11/8/2023

    

Using buses and arrays in the design of word inverters, muxes, and high-speed adders

  

Prelab:
The prelab had us go through Tutorial 5 which had us design, layout, and simulate a ring oscillator as seen below:

 

1

2

3

  

Lab:

The lab had us design and simulate 8 bit versions of the following:
 
Inverter

4

5

 

 

Nand:

 

6

7

  

  

Nor:

  

8

9

  

  

Or:

  

10

 

 

And:

  

11

  

  

And simulations of them all:
  

12

13

  

  

Next we had to do DEMUX/MUX as follows:

 

  

14

15

16

17

18

19

20

21

  

After our 1-bit design we create out 8-bit design:

  

22

23

24

25

26

27

  

  Last we design, layout and simulated an 8-bit Full Adder:

  

28

  

29

 30

32

31

33

34

35

   

Return to labs