Control Unit Compressed
Control Unit Compressed
ADD A, B
❑ C corresponds to a status
control signal from DP, or to a
special signal generated
within CU, such as an end of
loop condition. To vary the
order in which the
microinstructions are
executed, a pair of next
address fields is also provided,
one of which is selected by
the current value of C
The format of the previous table is essentially similar to the state-table format
for describing the behavior of a (hardwired) sequential circuit, as illustrated in
the above table.
Hardwired control:
❑ procedure gcd to
compute the greatest
common divisor of two
numbers.
Beside Hardware is
needed to implement
the gcd procedure.
State table
defining the
control unit
of the gcd
processor.
Excitation table for the control unit of the gcd processor
All-NAND classical design for the control unit of the
gcd processor.