Combinational circuit is a circuit in which we combine the different gates in the circuit, for example encoder, decoder, multiplexer and demultiplexer. Some of the characteristics of combinational circuits are following −
ASSIGNMENT :-
In this assignment I am working on designing and simulating the given boolean function ( Z=X'Y+X'Y' ).
* Formed using manual inputs and outputs using simulator.
* Formed using combinational analysis tool in simulator.
Implementation of a 2:1 MUX using Basic Gates
HA(Half Adder), a combinational circuit, constructed using one X-OR and one AND Gates.
Outputs are the SUM upper one and the CARRY the lower one.
Full Adder using 2 X-OR, 2 AND and 1 OR Gates.