Question
Use logic gates only (and, or, not, xor, nor, nand) to build a logisim a single circ file to simulate these pieces of hardware: 1.
Use logic gates only (and, or, not, xor, nor, nand) to build a logisim a single circ file to simulate these pieces of hardware:
1. Reads a 2 3 bit numbers (octal digits) and returns true if they match and false otherwise
2. Reads 4 bits and returns how many of them are true (3 bit output to represent 0-4)
3. Reads 4 3 bit octal digits and returns how many of them are exact matches to the codes in your name (as described in the first project) (uses the previous 2 circuits)
4. Reads 4 3 bit octal digits and returns how many of them match any of the codes in your name (as described in the first project).
5. Hardware that puts together the previous pieces of hardware to take an 4 3 bit octal digits and returns the number of exact matches (3 bits) and the number of matches anywhere.(3 bits) This hardware takes 12 input bits and 6 output bits.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started