0% found this document useful (0 votes)
84 views6 pages

Embedded Systems Online Testing

1. On-line testing of embedded systems refers to testing that occurs during normal operation to identify faults. 2. It is important for critical applications and applications requiring high availability. Embedded systems experience harsh environments that can cause failures. 3. Both hardware and software are tested using acceptance testing and diversity techniques. Acceptance testing checks for expected events while diversity replicates computations to detect faults.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views6 pages

Embedded Systems Online Testing

1. On-line testing of embedded systems refers to testing that occurs during normal operation to identify faults. 2. It is important for critical applications and applications requiring high availability. Embedded systems experience harsh environments that can cause failures. 3. Both hardware and software are tested using acceptance testing and diversity techniques. Acceptance testing checks for expected events while diversity replicates computations to detect faults.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Module Lesson

8 42
Testing of Embedded On-line Testing of
System Embedded Systems
Version 2 EE IIT, Kharagpur 1 Version 2 EE IIT, Kharagpur 2
Instructional Objectives such as aerospace systems. Using embedded systems to incorporate functions previously
considered exotic in low-cost, everyday products is a growing trend.
After going through this lesson the student would be able to Since embedded systems are frequently components of mobile products, they are exposed to
vibration and other environmental stresses that can cause them to fail. Embedded systems in
x Explain the meaning of the term On-line Testing automotive applications are exposed to extremely harsh environments, even beyond those
experienced by most portable devices. These applications are proliferating rapidly, and their
x Describe the main issues in on-line testing and identify applications where on-line testing more stringent safety and reliability requirements pose a significant challenge for designers.
are required for embedded systems Critical applications and applications with high availability requirements are the main candidates
x Distinguish among concurrent and non-concurrent testing and their relations with BIST for online testing.
and on-line testing Embedded systems consist of hardware and software, each usually considered separately in
the design process, despite progress in the field of hardware-software co design. A strong
x Describe an application of on-line testing for System-on-Chip synergy exists between hardware and software failure mechanisms and diagnosis, as in other
aspects of system performance. System failures often involve defects in both hardware and
On-line Testing of Embedded Systems software. Software does not “break” in the common sense of the term. However, it can perform
inappropriately due to faults in the underlying hardware or specification or design flaws in either
hardware or software. At the same time, one can exploit the software to test for and respond to
1. Introduction the presence of faults in the underlying hardware.
Online software testing aims at detecting design faults (bugs) that avoid detection before the
EMBEDDED SYSTEMS are computers incorporated in consumer products or other devices
embedded system is incorporated and used in a product. Even with extensive testing and formal
to perform application-specific functions. The product user is usually not even aware of the
verification of the system, some bugs escape detection. Residual bugs in well-tested software
existence of these systems. From toys to medical devices, from ovens to automobiles, the range
typically behave as intermittent faults, becoming apparent only in rare system states. Online
of products incorporating microprocessor-based, software controlled systems has expanded
software testing relies on two basic methods: acceptance testing and diversity [1]. Acceptance
rapidly since the introduction of the microprocessor in 1971. The lure of embedded systems is
testing checks for the presence or absence of well-defined events or conditions, usually
clear: They promise previously impossible functions that enhance the performance of people or
expressed as true-or-false conditions (predicates), related to the correctness or safety of
machines. As these systems gain sophistication, manufacturers are using them in increasingly
preceding computations. Diversity techniques compare replicated computations, either with
critical applications— products that can result in injury, economic loss, or unacceptable
minor variations in data (data diversity) or with procedures written by separate, unrelated design
inconvenience when they do not perform as required.
teams (design diversity). This chapter focuses on digital hardware testing, including techniques
Embedded systems can contain a variety of computing devices, such as microcontrollers,
by which hardware tests itself, built-in self-test (BIST). Nevertheless, we must consider the role
application-specific integrated circuits, and digital signal processors. A key requirement is that
of software in detecting, diagnosing, and handling hardware faults. If we can use software to test
these computing devices continuously respond to external events in real time. Makers of
hardware, why should we add hardware to test hardware? There are two possible answers. First,
embedded systems take many measures to ensure safety and reliability throughout the lifetime of
it may be cheaper or more practical to use hardware for some tasks and software for others. In an
products incorporating the systems. Here, we consider techniques for identifying faults during
embedded system, programs are stored online in hardware-implemented memories such as
normal operation of the product—that is, online-testing techniques. We evaluate them on the
ROMs (for this reason, embedded software is sometimes called firmware). This program storage
basis of error coverage, error latency, space redundancy, and time redundancy.
space is a finite resource whose cost is measured in exactly the same way as other hardware. A
function such as a test is “soft” only in the sense that it can easily be modified or omitted in the
2. Embedded-system test issues final implementation.
The second answer involves the time that elapses between a fault’s occurrence and a problem
Cost constraints in consumer products typically translate into stringent constraints on product arising from that fault. For instance, a fault may induce an erroneous system state that can
components. Thus, embedded systems are particularly cost sensitive. In many applications, low ultimately lead to an accident. If the elapsed time between the fault’s occurrence and the
production and maintenance costs are as important as performance. corresponding accident is short, the fault must be detected immediately. Acceptance tests can
Moreover, as people become dependent on computer-based systems, their expectations of detect many faults and errors in both software and hardware. However, their exact fault coverage
these systems’ availability increase dramatically. Nevertheless, most people still expect is hard to measure, and even when coverage is complete, acceptance tests may take a long time
significant downtime with computer systems—perhaps a few hours per month. People are much to detect some faults. BIST typically targets relatively few hardware faults, but it detects them
less patient with computer downtime in other consumer products, since the items in question did quickly.
not demonstrate this type of failure before embedded systems were added. Thus, complex These two issues, cost and latency, are the main parameters in deciding whether to use
consumer products with high availability requirements must be quickly and easily repaired. For hardware or software for testing and which hardware or software technique to use. This decision
this reason, automobile manufacturers, among others, are increasingly providing online detection requires system-level analysis. We do not consider software methods here. Rather, we emphasize
and diagnosis, capabilities previously found only in very complex and expensive applications the appropriate use of widely implemented BIST methods for online hardware testing. These
methods are components in the hardware-software trade-off.
Version 2 EE IIT, Kharagpur 3 Version 2 EE IIT, Kharagpur 4
3. Online testing testing scheme may create conflicting goals. High coverage requires high error latency, space
redundancy, and/or time redundancy. Schemes with immediate detection (error latency equaling
Faults are physical or logical defects in the design or implementation of a digital device. 1) minimize time redundancy but require more hardware. On the other hand, schemes with
Under certain conditions, they lead to errors—that is, incorrect system states. Errors induce delayed detection (error latency greater than 1) reduce time and space redundancy at the expense
failures, deviations from appropriate system behavior. If the failure can lead to an accident, it is a of increased error latency. Several proposed delayed-detection techniques assume
hazard. Faults can be classified into three groups: design, fabrication, and operational. Design equiprobability of input combinations and try to establish a probabilistic bound on error latency
faults are made by human designers or CAD software (simulators, translators, or layout [2]. As a result, certain faults remain undetected for a long time because tests for them rarely
generators) during the design process. Fabrication defects result from an imperfect appear at the CUT’s inputs.
manufacturing process. For example, shorts and opens are common manufacturing defects in To cover all the operational fault types described earlier, test engineers use two different
VLSI circuits. Operational faults result from wear or environmental disturbances during normal modes of online testing: concurrent and non-concurrent. Concurrent testing takes place during
system operation. Such disturbances include electromagnetic interference, operator mistakes, and normal system operation, and non-concurrent testing takes place while normal operation is
extremes of temperature and vibration. Some design defects and manufacturing faults escape temporarily suspended. One must often overlap these test modes to provide a comprehensive
detection and combine with wear and environmental disturbances to cause problems in the field. online-testing strategy at acceptable cost.
Operational faults are usually classified by their duration:
x Permanent faults remain in existence indefinitely if no corrective action is taken. Many
4. Non-concurrent testing
are residual design or manufacturing faults. The rest usually occur during changes in
This form of testing is either event-triggered (sporadic) or time-triggered (periodic) and is
system operation such as system start-up or shutdown or as a result of a catastrophic
characterized by low space and time redundancy. Event triggered testing is initiated by key
environmental disturbance such as a collision.
events or state changes such as start-up or shutdown, and its goal is to detect permanent faults.
x Intermittent faults appear, disappear, and reappear repeatedly. They are difficult to Detecting and repairing permanent faults as soon as possible is usually advisable. Event-
predict, but their effects are highly correlated. When intermittent faults are present, the
triggered tests resemble manufacturing tests. Any such test can be applied online, as long as the
system works well most of the time but fails under atypical environmental conditions.
required testing resources are available. Typically, the hardware is partitioned into components,
x Transient faults appear and disappear quickly and are not correlated with each other. each exercised by specific tests. RAMs, for instance, are tested with manufacturing tests such as
They are most commonly induced by random environmental disturbances. March tests [3].
One generally uses online testing to detect operational faults in computers that support critical or Time-triggered testing occurs at predetermined times in the operation of the system. It detects
high-availability applications. The goal of online testing is to detect fault effects, or errors, and permanent faults, often using the same types of tests applied by event-triggered testing. The
take appropriate corrective action. For example, in some critical applications, the system shuts periodic approach is especially useful in systems that run for extended periods during which no
down after an error is detected. In other applications, error detection triggers a reconfiguration significant events occur to trigger testing. Periodic testing is also essential for detecting
mechanism that allows the system to continue operating, perhaps with some performance intermittent faults. Such faults typically behave as permanent faults for short periods. Since they
degradation. Online testing can take the form of external or internal monitoring, using either usually represent conditions that must be corrected, diagnostic resolution is important. Periodic
hardware or software. Internal monitoring, also called self-testing, takes place on the same testing can identify latent design or manufacturing flaws that appear only under certain
substrate as the circuit under test (CUT). Today, this usually means inside a single IC—a system environmental conditions. Time-triggered tests are frequently partitioned and interleaved so that
on a chip. There are four primary parameters to consider in designing an online-testing scheme: only part of the test is applied during each test period.
x error coverage—the fraction of modeled errors detected, usually expressed as a
percentage. Critical and highly available systems require very good error coverage to
minimize the probability of system failure. 5. Concurrent testing
x error latency—the difference between the first time an error becomes active and the first
time it is detected. Error latency depends on the time taken to perform a test and how Non-concurrent testing cannot detect transient or intermittent faults whose effects disappear
often tests are executed. A related parameter is fault latency, the difference between the quickly. Concurrent testing, on the other hand, continuously checks for errors due to such faults.
onset of the fault and its detection. Clearly, fault latency is greater than or equal to error However, concurrent testing is not particularly useful for diagnosing the source of errors, so test
latency, so when error latency is difficult to determine, test designers often consider fault designers often combine it with diagnostic software. They may also combine concurrent and
latency instead. non-concurrent testing to detect or diagnose complex faults of all types.
A common method of providing hardware support for concurrent testing, especially for
x space redundancy—the extra hardware or firmware needed for online testing.
detecting control errors, is a watchdog timer [4]. This is a counter that the system resets
x time redundancy—the extra time needed for online testing.
repeatedly to indicate that the system is functioning properly. The watchdog concept assumes
The ideal online-testing scheme would have 100% error coverage, error latency of 1 clock that the system is fault-free—or at least alive—if it can reset the timer at appropriate intervals.
cycle, no space redundancy, and no time redundancy. It would require no redesign of the CUT The ability to perform this simple task implies that control flow is correctly traversing timer-reset
and impose no functional or structural restrictions on it. Most BIST methods meet some of these points. One can monitor system sequencing very precisely by guarding the watchdog- reset
constraints without addressing others. Considering all four parameters in the design of an online- operations with software-based acceptance tests that check signatures computed while control

Version 2 EE IIT, Kharagpur 5 Version 2 EE IIT, Kharagpur 6


flow traverses various checkpoints. To implement this last approach in hardware, one can x performance penalty—the impact of BIST hardware on normal circuit performance, such
construct more complex hardware watchdogs. as worst-case (critical) path delays. Overhead of this type is sometimes more important
A key element of concurrent testing for data errors is redundancy. For example, the than hardware overhead.
duplication-with-comparison (DWC) technique5 detects any single error at the expense of 100%
System designers can use BIST for non-concurrent, online testing of a system’s logic and
space redundancy. This technique requires two copies of the CUT, which operate in tandem with
memory[6]. They can readily configure the BIST hardware for event-triggered testing, tying the
identical inputs. Any discrepancy in their outputs indicates an error. In many applications,
BIST control to the system reset so that testing occurs during system start-up or shutdown. BIST
DWC’s high hardware overhead is unacceptable. Moreover, it is difficult to prevent minor
can also be designed for periodic testing with low fault latency. This requires incorporating a test
timing variations between duplicated modules from invalidating comparison.
process that guarantees the detection of all target faults within a fixed time.
A possible lower-cost alternative is time redundancy. A technique called double execution, or
Designers usually implement online BIST with the goals of complete fault coverage and low
retry, executes critical operations more than once at diverse time points and compares their
fault latency. Hence, they generally design the test generator and the response monitor to
results. Transient faults are likely to affect only one instance of the operation and thus can be
guarantee coverage of specific fault models, minimum hardware overhead, and reasonable test
detected. Another technique, re-computing with shifted operands (RESO) [5] achieves almost the
set size. Different parts of the system meet these goals by different techniques.
same error coverage as DWC with 100% time redundancy but very little space redundancy.
Test generator and response monitor implementations often consist of simple, counter like
However, no one has demonstrated the practicality of double execution and RESO for online
circuits; especially linear- feedback shift registers [5]. An LFSR is formed from standard flip-
testing of general logic circuits.
flops, with outputs of selected flip-flops being fed back (modulo 2) to its inputs. When used as a
A third, widely used form of redundancy is information redundancy—the addition of
test generator, an LFSR is set to cycle rapidly through a large number of its states. These states,
redundant coded information such as a parity-check bit[5]. Such codes are particularly effective
whose choice and order depend on the LFSR’s design parameters, define the test patterns. In this
for detecting memory and data transmission errors, since memories and networks are susceptible
mode of operation, an LFSR is a source of pseudorandom tests that are, in principle, applicable
to transient errors. Coding methods can also detect errors in data computed during critical
to any fault and circuit types. An LFSR can also serve as a response monitor by counting (in a
operations.
special sense) the responses produced by the tests. After receiving a sequence of test responses,
an LFSR response monitor forms a fault signature, which it compares to a known or generated
6. Built-in self-test good signature to determine whether a fault is present.
Ensuring that fault coverage is sufficiently high and the number of tests is sufficiently low
For critical or highly available systems, a comprehensive online-testing approach that covers are the main problems with random BIST methods. Researchers have proposed two general
all expected permanent, intermittent, and transient faults is essential. In recent years, BIST has approaches to preserve the cost advantages of LFSRs while greatly shortening the generated test
emerged as an important method of testing manufacturing faults, and researchers increasingly sequence. One approach is to insert test points in the CUT to improve controllability and
promote it for online testing as well. observability. However, this approach can result in performance loss. Alternatively, one can
BIST is a design-for-testability technique that places test functions physically on chip with introduce some determinism into the generated test sequence—for example, by inserting specific
the CUT, as illustrated in Figure 42.1. In normal operating mode, the CUT receives its inputs “seed tests” known to detect hard faults.
from other modules and performs the function for which it was de-signed. In test mode, a test Some CUTs, including data path circuits, contain hard-to detect faults that are detectable by
pattern generator circuit applies a sequence of test patterns to the CUT, and a response monitor only a few test patterns, denoted Thard. An N-bit LSFR can generate a sequence that eventually
evaluates the test responses. In the most common type of BIST, the response monitor compacts includes 2N - 1 patterns (essentially all possibilities). However, the probability that the tests in
the test responses to form fault signatures. It compares the fault signatures with reference Thard will appear early in the sequence is low. In such cases, one can use deterministic testing,
signatures generated or stored on chip, and an error signal indicates any discrepancies detected. which tailors the generated test sequence to the CUT’s functional properties, instead of random
We assume this type of BIST in the following discussion. testing. Deterministic testing is especially suited to RAMs, ROMs, and other highly regular
In developing a BIST methodology for embedded systems, we must consider four primary components. A deterministic technique called transparent BIST [3] applies BIST to RAMs while
parameters related to those listed earlier for online-testing techniques: preserving the RAM contents—a particularly desirable feature for online testing. Keeping
x fault coverage—the fraction of faults of interest that the test patterns produced by the test hardware overhead acceptably low is the main difficulty with deterministic BIST.
generator can expose and the response monitor can detect. Most monitors produce a fault- A straightforward way to generate a specific test set is to store it in a ROM and address each
free signature for some faulty response sequences, an undesirable property called stored test pattern with a counter. Unfortunately, ROMs tend to be much too expensive for
aliasing. storing entire test sequences. An alternative method is to synthesize a finite-state machine that
x test set size—the number of test patterns produced by the test generator. Test set size is directly generates the test set. However, the relatively large test set size and test vector width, as
closely linked to fault coverage; generally, large test sets imply high fault coverage. well as the test set’s irregular structure, are much more than current FSM synthesis programs can
However, for online testing, test set size must be small to reduce fault and error latency. handle.
Another group of test generator design methods, loosely called deterministic, attempt to
x hardware overhead—the extra hardware needed for BIST. In most embedded systems,
embed a complete test set in a specific generated sequence. Again the generated tests must meet
high hardware overhead is not acceptable.
the coverage, overhead, and test size constraints we’ve discussed. An earlier article [7] presents a
representative BIST design method for data path circuits that meets these requirements. The test

Version 2 EE IIT, Kharagpur 7 Version 2 EE IIT, Kharagpur 8


generator’s structure, based on a twisted-ring counter, is tailored to produce a regular, motion of the dual tandem hydraulic jack. The motion of the spool of the hydraulic servo valve
deterministic test sequence of reasonable size. One can systematically rescale the test generator (Master control Valve), regulates the flow of oil to the tandem jacks, thereby determine the ram
as the size of anon-bit-sliced data path CUT, such as a carry-look-ahead adder, changes. Instead position. The Spool and ram positions are controlled by means of feedback loops. The actuator
of using an LFSR, a straightforward way to compress test response data and produce a fault system is controlled by the on-board flight electronics. A lot of work has been done for On-line
signature is to use an FSM or an accumulator. However, FSM hardware overhead and fault detection and diagnosis of the mechanical system, however OLT of the electronic systems
accumulator aliasing are difficult parameters to control. Keeping hardware overhead acceptably were hardly looked into. It is to be noted that as Electro Hydraulic Actuators are mainly used in
low and reducing aliasing are the main difficulties in response monitor design. mission critical systems like avionics; for reliable operation on-line fault detection and diagnosis
is required for both the mechanical and the electronic sub-systems.
Inputs The IEEE 1149.1 and 1149.4 circuitry are utilized to perform the BIST of the interconnecting
Outputs buses in between the cores. It may be noted that on-line tests are carried only for cores, which are
Multi- more susceptible to failures. However, the interconnecting buses are tested during startup and at
Test plexer
pattern
intervals when cores being connected by them are ideal. The test scheduling logic can be
Circuit under test
sequence (CUT) Error designed as suggested in [10].
Response
monitor
The following three classes of tests are carried in the SoC:
Test
generator
1. Interconnect test of the interconnecting buses (BIST)
Control Interconnect testing is to detect open circuits in the interconnect betweens the cores, and to detect
and diagnose bridging faults anywhere in the Interconnect --regardless of whether they are
Fig. 42.1 A General BIST Scheme normally carry digital or analog signals. This test is performed by EXTEST instruction and
digital test patterns are generated from the pre-programmed test controller.
An Example
2. Parametric test of the interconnecting buses (BIST)
IEEE 1149.4 based Architecture for OLT of a Mixed Signal SoC
Analog/mixed signal blocks like DCDC converters, PLLs, ADCs, etc. and digital modules Parametric test: Parametric test permits analog measurements using analog stimulus and
like application specific processors, micro controllers, UATRs, bus controllers etc. typically exist responses. This test is also performed by EXTEST instruction. For this only three values of
in SoCs. The have been used as cores of the SoC benchmark “Controller for Electro-Hydraulic analog voltages viz., VH=VDD, VLow=VDD/3, VG= VSS are given as test inputs by the controller
Actuators” which is being used as the case study. It is to be noted that this case study is used and the voltages at the output of the line under test is sampled after one bit coarse digitization as
only for illustration and the architecture is generic which applies for all Mixed Signal SoCs. mentioned in the IEEE 1149.4 standard
All the digital blocks like instruction specific processor, microcontroller, bus controller etc.
have been designed with OLT capability using the CAD tool descried in [8]. Further, all these 3. Internal test of the cores (Concurrent tests)
digital cores are IEEE 1149.1 compliant. In other words, all the digital cores are designed with a
blanket comprising an on-line monitor and IEEE 1149.1 compliance circuitry. For the analog This test is performed by INTEST instruction and this enables the on-line monitors placed on
modules the observer have been designed using ADCs and digital logic [9]. The test blanket for each of the cores present in the SoC. This test can be enabled concurrently with the SoC
the analog/mixed signal cores comprises IEEE 1149.4 circuitry. A dedicated test controller is operation and need not be synchronized to start up of the normal operation of the SoC. The
designed and placed on-chip that schedules the various lines tests during the operation of the asynchronous startup/shutdown of the on-line testers facilitates power saving and higher
SoC. The block diagram of the SoC being used as the case study is illustrated in Figure 42.2. reliability of the test circuitry if compared to the functional circuit.
The basic functionality of the SoC under consideration is discussed below.
7. References
Electronic Controller Electro Hydraulic system
1) M.R. Lyu, ed., Software Fault Tolerance, John Wiley & Sons, New York, 1995.
Actuator systems are vital in the flight control system, providing the motive force necessary 2) K.K. Saluja, R. Sharma, and C.R. Kime, “A Concurrent Testing Technique for Digital
to move the flight control surfaces. Hydraulic actuators are very common in space vehicle and Circuits,” IEEE Trans. Computer-Aided Design, Vol. 7, No. 12, Dec. 1988, pp. 1250-
flight control systems, where force/ weight consideration is very much important. This system 1259.
positions the control surface of aircraft meeting performance requirement which acting against 3) M. Nicolaidis, “Theory of Transparent BIST for RAMs,” IEEE Trans. Computers, Vol.
external loads. The actuator commands are processed in four identical analog servo loops, which 45, No. 10, Oct. 1996, pp. 1141-1156.
command the four coils of force motor driving the hydraulic servo valve used to control the

Version 2 EE IIT, Kharagpur 9 Version 2 EE IIT, Kharagpur 10


4) A. Mahmood and E. McCluskey, “Concurrent Error Detection Using Watchdog
Processors—A Survey,” IEEE Trans. Computers, Vol. 37, No. 2, Feb. 1988, pp. 160-174.
5) B.W. Johnson, Design and Analysis of Fault Tolerant Digital Systems, Addison-Wesley, XTAL
Timing
Reading, Mass., 1989. Application Specific
DATA Processor
6) B.T. Murray and J.P. Hayes, “Testing ICs: Getting to the Core of the Problem,” RAM Clock
Computer, Vol. 29, No. 11, Nov. 1996, pp. 32-45. 16kB Divider
7) H. Al-Asaad, J.P. Hayes, and B.T. Murray, “Scalable Test Generators for High-Speed
Data Path Circuits,” J. Electronic Testing: Theory and Applications, Vol. 12, No. 1/2,
Feb./Apr. 1998, pp. 111-125 (reprinted in On-Line Testing for VLSI, M. Nicolaidis, Y.
Zorian, and D.K. Pradhan, eds., Kluwer, Boston, 1998).
System Bus Interface
8) “A Formal Approach to On-Line Monitoring of Digital VLSI Circuits: Theory, Design
and Implementation”, Biswas, S Mukhopadhyay, A Patra, Journal of Electronic Testing: System
Theory and Applications, Vol. 20, October 2005, pp-503-537. BUS
9) S. Biswas, B Chatterjee, S Mukhopadhyay, A Patra, “A Novel Method for On-Line
Testing of Mixed Signal “System On a Chip”: A Case study of Base Band Controller, ADC
29th National System Conference, IIT Mumbai, INDIA 2005, pp 2.1-2.23. DAC
10) “An Optimal Test Sequence for the JTAG/IEEE P1149.1 Test Access Port Controller”,
A.T. Dahbura, M.U. Uyar, Chi. W. Yau, International Test Conference, USA, 1998, pp
55-62.
Electro Hydraulic
TDI Actuator System
TMS (Simulation in
TCK On Chip Test Controller
TDO Lab-View in a PC)
(JTAG Interface)
VH
VL
VG

AB1 AB2

DC/DC
Converter
Battery &
Power supply to the cores Charger
Data and Control paths
IEEE 1149.4/1149.1 Boundary Scan Bus
Analog Buses (1149.4) AB1 and AB2

Digital Cores with on line Digital monitors [6] (FPGA)

Analog/Mixed Signal Cores with Along Monitors [3] (ASIC)

Program running in PC and data I/O using cards HILS

Fig. 42.2 Block Diagram of the SOC Representing On-Line Test Capability

Version 2 EE IIT, Kharagpur 11 Version 2 EE IIT, Kharagpur 12

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy