Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
OBJECTIVEWe learnt in earlier chapters that a combinational circuit has following characteristics:
We learnt that the minimized circuit is then implemented easily using AND-OR arrays or NANDs or OR-AND arrays or NORs. Alternatively, a logic design implements by decoders, encoders, multiplexers or demultiplexers, or binary arithmetic adders, adder/subtractors, code converters, comparator, bit-wise 8-bit AND, OR, XOR circuits or parity generators. Standard ICs are commercially available. We will learn the standard ICs and PROMS that are used for these in this chapter. |
A combinational circuit may be complex enough to assemble using standard ICs. We wish to design a circuit for a character in a line printer, which gives a 64-bit output for each pixel in the character when the ASCII code of that is given as the input (refer section 11.1.3 for ASCII codes). These 64-bits are input to the printer head pins driving circuit. It means that we need a combination circuit for each ASCII character which has n = 8 (7-bit ASCII code + one parity bit) and m = 64. Another example is of a LCD line display or multi line display circuit, that has further complexity. Another example is of an advertisement displayed by an array or matrix of LEDs.