You are on page 1of 30

Unit II

Embedded Hardware Design


Sri Vasavi Engg College

Learning Objectives
 Learn about the various elements of Embedded Hardware and their design principles

 Refresh knowledge on the basic Analog Electronic components and circuits – Resistor, Capacitor, Diode,

Inductor, Transistor etc. and their use in embedded applications

 Refresh knowledge on the basic Digital Electronic components and circuits – Logic Gates, Decoder and

Encoder ICs, Multiplexer (MUX) and De-multiplexer (D-MUX), Combinational and Sequential Circuits

and their use in embedded applications

 Learn about Integrated Circuits (ICs), the degree of integration in various types of Integrated Circuits,

Analog, Digital and Mixed Signal Integrated Circuits, the steps involved in IC Design
Sri Vasavi Engg College

Analog Electronic Components


 Resistors, capacitors, diodes, inductors, operational amplifiers (OpAmps), transistors, etc. are
the commonly used analog electronic components in embedded hardware design.

Resistor
 A resistor limits the current flowing through a circuit.
 Interfacing of LEDs, buzzer, etc. with the port pins of microcontroller through current
limiting resistors is a typical example for the usage of resistors in embedded application.
Sri Vasavi Engineering College

Cont’d
Capacitors & Inductors
 Capacitors and inductors are used in signal filtering and resonating circuits.
 Reset circuit implementation, matching circuits for RF designs, power supply decoupling,
etc. are examples for the usage of capacitors in embedded hardware circuit.
 Electrolytic capacitors, ceramic capacitors, tantalum capacitors, etc. are the commonly used
capacitors in embedded hardware design.
 Inductors are widely used for filtering the power supply from ripples and noise signals.
 Inductors with inductance value in the microhenry (𝜇𝐻) range are commonly used in
embedded applications for filter and matching circuit implementation.
Sri Vasavi Engineering College

Cont’d
Diodes
 P-N Junction diode, Schottky diode, Zener diode, etc. are the commonly used diodes in
embedded hardware circuits.
 A schottky diode is same as a P-N Junction diode except that its forward voltage drop
(voltage drop across diode when conducting) is very low (of the order of 0.15V to 0.45)
when compared to ordinary P-N junction diode (of the order of 0.7V to 1.7V).
 Also the current switching time of schottky diode is very small compared to the ordinary P-
N junction diode.
Cont’d
 A zener diode acts as normal P-N junction diode when forward biased.
 It also permits current flow in the reverse direction, if the voltage is greater than the junction
breakdown voltage.
 It is normally used for voltage clamping applications.
 Reverse polarity protection, voltage rectification (AC-DC converters), freewheeling of
current produced in inductive circuits, clamping of voltages to a desired level (e.g., Brown-
out protection circuit implementation using zener diode), etc. are examples for the usage of
diodes in embedded applications.
Cont’d
Transistors

 Transistors in embedded applications are used for either switching or amplification purpose.
 In switching application, the transistor is in either ON or OFF state.
 In amplification operation, the transistor is always in the ON state (partially ON).
 The common emitter configuration of NPN transistor is widely used in switching and driving
circuits in embedded applications.
 Relay, buzzer and stepper motor driving circuits are examples for common emitter
configuration based driver circuit implementation using transistor.
Digital Electronic Components
 Digital electronics deal with digital or discrete signals.
 Microprocessors, microcontrollers and system on chips (SoCs) work on digital principles.
 Embedded systems employ various digital electronic circuits for ‘Glue logic’
implementation.
 ‘Glue logic’ is the custom digital electronic circuitry required to achieve compatible interface
between two different integrated circuit chips.
 Address decoders, latches, encoders/decoders, etc. are examples for glue logic circuits.
 Transistor Transistor Logic (TTL), Complementary Metal Oxide Semiconductor (CMOS)
logic etc. are some of the standards describing the electrical characteristics of digital signals
in a digital system.
Open Collector and Tri-State Output
Open Collector

 Open collector is an I/O interface standard in digital system


design and a common type of output found on many Integrated
Circuit (IC) chip which behaves like a switch that is either
connected to ground or disconnected.
 Instead of outputting a signal of a specific voltage or current, the
output signal is applied to the base of an internal NPN transistor
whose collector is externalized (open) on a pin of the IC.
 The emitter of the transistor is connected internally to the ground Figure. Open collector output configuration
pin.
 Figure illustrates an open collector output configuration.
Cont’d
 For the output pin to function properly, the output pin should be pulled, to the desired voltage for
the o/p device, through a pull-up resistor.
 The output signal of the IC is fed to the base of an open collector transistor.
 When the base drive to the transistor is ON and the collector is in open state, the o/p pin floats. This
state is also known as ‘high impedance’ state. Here the output is neither driven to logic ‘high’ nor
logic ‘low’.
 If a pull-up resistor is connected to the o/p pin, when the base drive is ON, the o/p pin becomes at
logic 0 (0 V).
 With a pull-up resistor, if the base driver is 0, the o/p will be at logic high
Cont’d
The advantages of open collector output in embedded system design are listed below:
i. It facilitates the interfacing of devices, operating at a voltage different from the IC, with
the IC. Thereby, it eliminates the need for additional interface circuits for connecting
devices at different voltage levels.
ii. An open collector configuration supports multi-drop connection, i.e., connecting more
than one open collector communication interfaces like I2C, 1-Wire, etc.

iii. It is easy to build ‘Wired AND’ and ‘Wired OR’ configuration using open collector
output lines.
Tri-State Output
 The output of a standard logic device has two states, namely ‘Logic 0 (LOW)’ and

‘Logic 1 (HIGH)’ whereas tri-state devices have three states for the output, namely,
‘Logic 0 (LOW)’, ‘Logic 1 (HIGH)’, and the ‘High Impedance (FLOAT)’.
 A tri-state logic device contains a device activation line called ‘Device Enable’.
 When the ‘Device Enable’ line is activated (set at ‘Logic 1’ for an active ‘HIGH’
enable input and at ‘Logic 0’ for an active ‘LOW’ enable input), the device acts like a
normal logic device and the output will be in any one of the logic conditions, ‘Logic 0
(LOW)’ or ‘Logic 1 (HIGH)’.
 When the ‘Device Enable’ line is de-activated (set at ‘Logic 0’ for an active ‘HIGH’
enable input and at ‘Logic 1’ for an active ‘LOW’ enable input), the output of the logic
device enters in a high impedance state and the device is said to be in the floating state.
Logic Gates
 Logic gates are the building blocks of digital circuits.
Logic gates control the flow of digital information by performing a logical operation of the input
signals.
 Depending on the logical operation, the logic gates used in digital design are classified into-AND, OR,
XOR, NOT, NAND, NOR and XNOR.
 The logical relationship between the output signal and the input signals for a logic gate is represented
using a truth table.
 Figure illustrates the truth table and symbolic representation of each logic gate
Buffer
 A buffer circuit is a logic circuit for amplifying the current or power.
 It increases the driving capability of a logic circuit.
 A tri-state buffer is a buffer with Output Enable control.
 When the Output Enable control is active (Low for Active low enable and High for Active high
enable), the tri-state buffer functions as a buffer.
 If the Output Enable is not active, the output of the buffer remains at high impedance state (Tri-
stated).
 Tri-state buffers are commonly used as drivers for address bus and to select the required device
among multiple devices connected to a shared data bus.
 Tri-state buffers are available as either unidirectional or bi-directional buffers.
74LS244/74HC244 is an example of unidirectional octal buffer. It contains 8 individual buffers which are
grouped into two. Each buffer group has its own output enable line. Figure illustrates the 74LS244 buffer
device.
 IC 74LS245 is an example of bi-directional tri-state buffer. It allows data flow in both directional, one at
a time. The data flow direction can be set by the direction control line. One buffer is allocated for the
data line associated with each direction. Figure illustrates the 74LS245 octal bi-directional buffer.

Figure. 74LS245 Octal bidirectional Buffer IC

Figure. 74LS244 Octal Buffer IC


Decoder
 A decoder is a logic circuit which generates all the possible combinations of the input signals.
 Decoders are named with their input line numbers and the possible combinations of the input as
output.
 Examples are 2 to 4 decoder, 3 to 8 decoder and 4 to 16 decoder.
 The 3 to 8 decoder contains 3 input signal lines and it is possible to have 8 different configurations
with the 3 lines (000 to 111 in the input line corresponds to 0 to 7 in the output line).
 Depending on the input signal, the corresponding output line is asserted. For example, for the input
state 001, the output line 2 is asserted.
 Decoders are mainly used for address decoding and chip select signal generation in electronic
circuits and are available as integrated circuits.
 74LS138/74AHC138 is an example for 3 to 8 decoder IC. Figure illustrates the 74AHC138 decoder
and the function table for it.
Cont’d
 The decoder output is enabled only when the ‘Output Enable’ signal lines E1\, E2\ and E3 are at
logic levels 0, 0 and 1 respectively.
 If the output-enable signals are not at the required logic state, all the output lines are forced to the
inactive (High) state.
 The output line corresponding to the input state is asserted ‘Low’ when the ‘Output Enable’ signal
lines are at the required logic state (Here E1\=E2\=0 and E3=1). The output line can be directly
connected to the chip select pin of a device, if the chip select logic of the device is active low.
Cont’d
Inputs
Output
Enable Select
E1\ E2\ E3 A2 A1 A0 O0\ O1\ O2\ O3\ O4\ O5\ O6\ O7\
0 0 1 0 0 0 0 1 1 1 1 1 1 1
0 0 1 0 0 1 1 0 1 1 1 1 1 1
0 0 1 0 1 0 1 1 0 1 1 1 1 1
0 0 1 0 1 1 1 1 1 0 1 1 1 1
0 0 1 1 0 0 1 1 1 1 0 1 1 1
0 0 1 1 0 1 1 1 1 1 1 0 1 1
0 0 1 1 1 0 1 1 1 1 1 1 0 1
0 0 1 1 1 1 1 1 1 1 1 1 1 0
Encoder
 An encoder performs the reverse operation of decoder.
 The encoder encodes the corresponding input state to a particular output format.
 The binary encoder encodes the input to the corresponding binary format.
 Encoders are named with their input line numbers and the encoder output format.
 Examples are 4 to 2 encoder, 8 to 3 encoder and 16 to 4 encoder.
 The 8 to 3 encoder contains 8 input signal lines and it is possible to generate a 3 bit binary output
corresponding to the input (e.g. inputs 0 to 7 are encoded to binary 111 to 000 in the output lines).
 The corresponding output line is asserted in accordance with the input signals.
 For example, if the input line 1 is asserted, the output lines A0, A1 and A2 are asserted as 0, 1 and 1
respectively.
 Encoders are mainly used for address decoding and chip select signal generating in electronic
circuits and are available as integrated circuits.
 74F148/74LS148 is an example of 8 to 3 encoder IC. Figure illustrates the 74F148/74LS148
encoder and the function table for it.
Cont’d

Input Select Output


7 6 5 4 3 2 1 0 E1 GS E0 A2 A1 A0
1 1 1 1 1 1 1 0 0 0 1 1 1 1
1 1 1 1 1 1 0 1 0 0 1 1 1 0
1 1 1 1 1 0 1 1 0 0 1 1 0 1
1 1 1 1 0 1 1 1 0 0 1 1 0 0
1 1 1 0 1 1 1 1 0 0 1 0 1 1
1 1 0 1 1 1 1 1 0 0 1 0 1 0
1 0 1 1 1 1 1 1 0 0 1 0 0 1
0 1 1 1 1 1 1 1 0 0 1 0 0 0
Multiplexer (MUX)
 A multiplexer (MUX) can be considered as a digital switch which contains multiple input lines and
a single output line.
 The inputs of a MUX are said to be multiplexed.
 It is a digital circuit which selects one of the n data inputs and routes it to the output.
 74S151 is an example for 8 to 1 multiplexer IC.
 Figure illustrates the 74S151 multiplexer and the function table for it.

Figure. 8 to 1 multiplexer IC and I/O signal states


De-multiplexer (D-MUX)
 A de-multiplexer performs the reverse operation of multiplexer.
 De-multiplexer switches the input signal to the selected output line among a number of output lines.
 The output line to which the input is to be switched is selected by the output selector control lines.
 The 1 to 2 de-multiplexer, NL7SZ18 is a typical example for 1 to 2 de-multiplexer IC.
 It contains a single input line and two output lines to switch the input line.
 The output switching is controlled by the output selector control.
 Figure illustrates the NL7SZ18 de-multiplexer and the function table for it.
 When one output line is selected by the output selector control (S), the other output line remains in
the High impedance state.
Combinational Circuits
 In digital system design, a combinational circuit is a combination of the different logic gates.
 The output of the combinational circuit is dependent only on the present state of the inputs at the
given point of time.
 The combinational circuit do not use any memory.
 Encoders, decoders, multiplexers, de-multiplexers, adder circuits, comparators, multiple input
gates, etc. are examples of digital combinational circuits.
 A combinational circuit can have an n number of inputs and m number of outputs
Sequential Circuits
 Digital logic circuit, whose output at any given point of time depends on both the present and past
inputs, is known as sequential circuits.
 Hence, sequential circuits contain a memory element for holding the previous input states.
 In general, a sequential circuit can be visualized as a combinational circuit with memory elements.
 This type of circuits uses previous input, output, clock and a memory element.

Figure. Visualization of Sequential Circuit


Cont’d
 Flip-flops act as the basic building blocks of sequential circuits.
 Sequential circuits are of two types, namely-synchronous (clocked) sequential circuits and
asynchronous sequential circuits.
 The operation of a synchronous sequential circuit is synchronized to a clock signal, whereas an
asynchronous sequential circuit does not require a clock for operation.
 For an asynchronous sequential circuit, the response depends upon the sequence in which the input

signal changes
Combinational vs Sequential Logic Circuits
Combinational Logic Circuits Sequential Logic Circuits
Output is a function of the present inputs (Time Output is a function of clock, present inputs and the
Independent Logic). previous states of the system.
Do not have the ability to store data (state). Have memory to store the present states that is sent
as control input (enable) for the next operation.
It does not require any feedback. It simply outputs It involves feedback from output to input that is
the input according to the logic designed. stored in the memory for the next operation.
Used mainly for Arithmetic and Boolean operations. Used for storing data (and hence used in RAM).
Logic gates are the elementary building blocks. Flip flops (binary storage device) are the elementary
building unit.
Independent of clock and hence does not require Clocked (Triggered for operation with electronic
triggering to operate. pulses).
Example: Adder [1+0=1; Dependency only on Example: Counter [Previous O/P+1=Current O/P;
present inputs i.e., 1 and 0]. Dependency on present input as well as previous
state].
Difference between Synchronous and Asynchronous
Sequential Circuits
Synchronous Sequential Circuit Asynchronous Sequential Circuit

Clocked flip-flops act as the memory element in the Un-clocked flip-flops or logic gate circuits with
circuit. All flip-flops are clocked to the same clock feedback loops act as the memory element in the
signal. circuit.

The output state of the circuit changes only with The output state change happens instantaneously
clock trigger. with changes in input state.

The speed of operation depends on the maximum Faster than synchronous sequential circuits.
supported clock frequency.
Integrated Circuit Design
 An integrated circuit (IC) is a miniaturized form of an electronic circuit containing transistors and
other passive electronic components.
 In an IC, the circuits, required for building the functionality, are built on the surface of a thin silicon
wafer.
 The first integrated circuit was designed in the 1950s.
 Depending on the number of integrated components, the degree of integration within an integrated
circuit (IC) is known as:
 Small-Scale Integration (SSI): Integrates one or two logic gate(s) per IC, e.g. LS7400
 Medium-Scale Integration (MSI): Integrates up to 100 logic gates in an IC. The decade Counter 7490 is an example
for MSI device.
 Large-Scale Integration (LSI): Integrates more than 1000 logic gates in an IC.
 Very Large-Scale Integration (VLSI): Integrates millions of logic gates in an IC.Pentium processor is an example of a
VLSI Device.
Different Types of IC Design
Depending on the type of circuits integrated in the IC,the IC design is categorized as:
 Digital Design: Deals with the design of integrated circuits handling digital signals and data. The
I/O requirement for such an IC is always digital. Microprocessor/microcontroller, memory, etc. are
examples of digital data.
 Analog Design: Deals with the design of integrated circuits handling analog signals and data.
Analog design gives more emphasis to the physics aspects of semiconductor devices such as gain,
power dissipation, resistance, etc. RF IC design, Op-Amp design, voltage regulator IC design, etc.
are examples for Analog IC Design.
 Mixed Signal Design: In today’s world, most of the applications require the co-existence of digital
signals and analog signals for functioning. Mixed signal design involves design of ICs, which
handle both digital and analog signals as well as data. Design of an analog-to-digital converter is an
example for mixed signal IC design.
Various Steps Involved in a HDL Based Design

VHDL or Verilog Description

1
Functional Simulation

2
Area and Timing
Synthesis Technology Library
Constraints

3
Placement and Routing

4
Timing Simulation

Figure. The HDL based VLSI Design Process

You might also like