This is part of a project to construct a 4 BIT CPU from scratch. I will be starting with a simple NOR gate and building it up to a working model with ALU registers, RAM and ROM. I will be designing an op code and assembler to go with it. Progress and detail can be found on my blog here
This file contains the multiplexers and demultiplexers.
Circuit to left-shift an 8-bit number by 0-7 bits! :D
F(A,B,C,D)=abc+ab'd'+a'b'c'
dcd_task3
This is a collection of demultiplexers used to drive a 7 segment LED HEX display.
co
mux