https://eclass.yorku.ca/pluginfile.php/2113916/course/section/269880/Lab%20L

1 answer below »
please after you done the assignment which is in the file, write a short report with an appropriate heading not less than two paragraphs. including introduction and conclusion and talk about what you did and the results


https://eclass.yorku.ca/pluginfile.php/2113916/course/section/269880/Lab%20L
Answered 2 days AfterMar 18, 2022

Answer To: https://eclass.yorku.ca/pluginfile.php/2113916/course/section/269880/Lab%20L

Sathishkumar answered on Mar 20 2022
102 Votes
Introduction
Multiplexer
In electronics, a multiplexer is a data selector device that selects between sever
al analog or digital input signals and forwards the selected input to a single output line. The selection is directed by a separate set of digital inputs known as select lines
    a
    B
    c
    z
    0
    0
    0
    0
    1
    0
    0
    1
    0
    1
    1
    1
    1
    1
    1
    1
2 to 1 Mux Truth Table
Implementation
We have designed 2to1 mux using gate-level modelling. Where we used logic gates to create a multiplexer in the name of yMux1. Output Z will be HIGH when signal a and c are HIGH or signals b and c are HIGH. In other word mux acts as if statement. If c = 0 then z=a otherwise z=b. LabL1.v behaviour is Verified.
Combining two Mux’s Control
yMux2 is 2-bit mux that is created by instantiating 2 yMux1 model. LabL2.v behaviour is tested by command-line arguments. Since there are 32 combinations we have done few to check it’s behaviour.
yMux Array-based 32-bit 2to1 mux.
    We have to use 32 instantiations in order to achieve 32-bit mux, to overcome this we are replacing two yMux1 with...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here