You must login before you can post a comment.
Author: PERCY ANTONIO MIRANDA MONTENEGRO
Forked from: Samuel Leary/2 bit multiplexor
Project access type: Public
Description:
a 2 bit multiplexor
this multiplexor takes an input of 2 bits, and then uses a 1 bit selector to decide which value to forward to the output.
if the selector has a value of 0, then value A will be outputted.
if the selector bit has a value of 1, then value B will be outputted.
Created: Sep 01, 2022
Updated: Aug 27, 2023
Comments