VLSI AAT2
VLSI AAT2
AAT – II
1.Discover the various forms of pull-ups with circuit
diagram and characteristics?
Pull-up Resistors
Pull-up resistors are essential components in digital circuits,
ensuring a defined logic level at an input pin when it's not
actively driven. This prevents the input from floating, which
can lead to unpredictable behavior.
(A ⊙ B)
Input A Input B Output
0 0 1
0 1 0
1 0 0
1 1 1
A A B B G L E
1 0 1 0 T T Q
0 0 0 0 0 0 1
0 0 0 1 0 1 0
0 0 1 0 0 1 0
0 0 1 1 0 1 0
0 1 0 0 1 0 0
0 1 0 1 0 0 1
1 1 1 0 0 1 0
1 1 1 1 0 1 0
1 0 0 0 1 0 0
1 0 0 1 1 0 0
1 0 1 0 0 0 1
1 0 1 1 0 1 0
1 1 0 0 1 0 0
1 1 0 1 1 0 0
1 1 1 0 1 0 0
1 1 1 1 0 0 1
Implementation Using PROM:
A PROM (Programmable Read-Only Memory) stores the
truth table outputs as a look-up table (LUT). Each address
corresponds to (A1, A0, B1, B0) inputs, and the stored value
determines (GT, LT, EQ) outputs.
Diagram for PROM Implementation:
Inputs: A1, A0, B1, B0 (4 bits)
Outputs: GT, LT, EQ (3 bits)
PROM:
o Address lines: 4 (for 16 combinations)
o Data lines: 3 (to store outputs)
[Insert Logic Circuit Diagram here, with PROM connecting 4
inputs to 3 outputs.]
The PROM simplifies the comparator by reducing it to
memory-based lookups, ensuring fast and reliable
performance.