![]() |
CS1101: Laboratory 11(b)Demultiplexer CircuitAcademic Year 2006-2007Lecturer: Dr. Barry O'SullivanDepartment of Computer Science University College Cork |
The objective of this lab is to develop a circuit for a demultiplexer. The circuit should be implemented in TKGate.
cs1101submit Demultiplexer.v
The submission deadline is 5pm on Monday March 12th.
The inverse of a multiplexer is a demultiplexer, which routes its single input signal to one of the 2^n outputs, depending on the values of the n control lines. If the binary value on the control lines is k, output k is selected.
Your task in this lab is to develop a demultiplexer circuit with 2 control lines (implying 4 data outputs). The data input should be routed to the output defined by the values of the control lines.
Return to the CS1101 Home Page