Logic diagrams for nand2tetris part 1 (projects 1 to 6).
Circuit to left-shift an 8-bit number by 0-7 bits! :D
8x1 multiplexer has 8 data input lines I0, I1, I2, I3, I4, I5, I6, I7, 3 select lines S0, S1, S2 and one output, Y.
Truth Table for 8x1 Multiplexer
Data Select Input
Output
Y
S2
S1
S0
0
0
0
I0
0
0
1
I1
0
1
0
I2
0
1
1
I3
1
0
0
I4
1
0
1
I5
1
1
0
I6
1
1
1
I7
Design multiplexer using basic gates,
Boolean function implementation
dcd_task3
task3
task3
Implementación de un multiplexor 2×1
Implementación de un multiplexores nx1
multiplexador 4x1 utilizando portas logicas
Group 5 - CAO
CpE-3302
4-Bit adder with memory Control
Practice for creating and instantiating sub-circuits into a larger circuit, includes gate logic for some circuits like 2-to-1 mux and 3-to-8 decoder, as well as bit-to-bus combiner and FSM logic using T flip-flops.
just playing around with things