You must login before you can post a comment.
Author: u1339663
Project access type: Public
Description:
Takes in a 3-bit input and computes a 2-bit output.
The output represents the amount of zeros in the input:
00 - 0 zeros
01 - 1 zero
10 - 2 zeros
11 - 3 zeros
Created: Oct 17, 2023
Updated: Oct 17, 2023
Comments