DELD
DELD
two digital or binary numbers in order to find out whether one binary
number is equal, less than, or greater than the other binary number. The
truth table for a 2-bit comparator is given below:
From the above truth table K-map for each output can be drawn as follows:
From the above K-maps logical expressions for each output can be
expressed as follows:
The 4 to 2 Encoder consists of four inputs Y3, Y2, Y1 & Y0 and two
outputs A1 & A0. At any time, only one of these 4 inputs can be ‘1’ in order
to get the respective binary code at the output. The figure below shows the
logic symbol of 4 to 2 encoder :
Priority encoder:
t's output is HIGH, if odd number of inputs are HIGH and LOW otherwise.
A ring counter is a typical application of the Shift register. The ring counter is
almost the same as the shift counter. The only change is that the output of
the last flip-flop is connected to the input of the first flip-flop in the case of the
ring counter
In this diagram, we can see that the clock pulse (CLK) is applied to all the
flip-flops simultaneously. Therefore, it is a Synchronous Counter. Also, here
we use Overriding input (ORI) for each flip-flop. Preset (PR) and Clear (CLR)
are used as ORI. When PR is 0, then the output is 1. And when CLR is 0,
then the output is 0. Both PR and CLR are active low signal that always
works in value 0.
PR = 0, Q = 1
CLR = 0, Q = 0
These two values are always fixed. They are independent of the value of
input D and the Clock pulse (CLK). Working – Here, ORI is connected to
Preset (PR) in FF-0 and it is connected to Clear (CLR) in FF-1, FF-2, and
FF-3. Thus, output Q = 1 is generated at FF-0, and the rest of the flip-flop
generates output Q = 0. This output Q = 1 at FF-0 is known as Pre-set 1
which is used to form the ring in the Ring
Counter.
This Preseted 1 is generated by making ORI low and that time Clock (CLK)
becomes don’t care. After that ORI is made to high and apply low clock pulse
signal as the Clock (CLK) is negative edge triggered. After that, at each clock
pulse, the preseted 1 is shifted to the next flip-flop and thus forms a Ring.
From the above table, we can say that there are 4 states in a 4-bit Ring
Counter.
Propagation delay is the time duration taken for a signal to reach its
destination.
The circuit's ability to tolerate noise signals is referred to as the noise immunity,
a quantitative measure of which is called noise margin.
The distinction between PLA and PAL is that, PAL have programmable AND
array and fixed or array. On the other hand, PLA have programmable AND
array and programming OR array.
1. The full form of PLA is Programmable Logic The full form of PAL is Programmable Array
Array. Logic.
2. The speed of PLA is lower than PAL. The speed of PAL is higher than PLA.
3. The complexity of PLA is high as compared to The complexity of PAL is less as compared to
PAL. PLA.
5. When it comes to availability, it is less available. PAL is more available as compared to the PLA.