You must login before you can post a comment.
Author: Harry Keith Edwards
Project access type: Public
Description:
This implements a 1 Bit Adder function using a multiplexer. We begin with the table of values for sum and carry which act as the 8 inputs for the multiplexer. The control signal is a 3 width vector corresponding to X, Y, and Z. The multiplexer selects the correct result and outputs it. This is also a simple example of value fixing.
Created: Sep 29, 2022
Updated: Aug 27, 2023
Comments