Edt Inetrview Q&a
Edt Inetrview Q&a
coverage and efficiency. Here are some common interview questions and answers related to
EDT:
Answer: Enhanced Deterministic Test (EDT) is a technique used in DFT to enhance the
efficiency of deterministic testing by compressing test data. It aims to reduce the volume of test
data while maintaining or improving fault coverage. EDT uses on-chip hardware to decompress
the compressed test vectors during testing.
Answer: Traditional scan-based testing uses full scan vectors that require significant storage and
application time. EDT, on the other hand, uses compressed test data and decompresses it on-chip,
reducing the amount of test data storage and speeding up the test process. This leads to lower test
costs and faster testing.
Compressor: Compresses the test vectors to reduce the volume of test data.
Decompressor: Decompresses the compressed test data on-chip during testing.
Scan Chains: Standard scan chains used to shift test data in and out.
Control Logic: Manages the operation of the compressor and decompressor.
Answer: X-Filling is a technique used in test pattern generation where don’t-care bits (X’s) in
the test patterns are filled with specific values to achieve certain objectives, such as reducing
power consumption or improving test data compression. In EDT, X-Filling helps optimize the
compressed test vectors to maximize the efficiency of the decompression process.
Answer: In EDT, LFSRs are used to generate pseudorandom test patterns that serve as the basis
for compressed test data. LFSRs can produce a large number of patterns with minimal hardware,
making them efficient for generating the seeds required for decompression. The patterns
generated by LFSRs can be combined with deterministic patterns to enhance fault coverage.
Answer:
Internal Compression: Refers to the compression logic that is built into the chip itself,
allowing for on-chip decompression during testing. This reduces the amount of test data
that needs to be transferred to and from the tester.
External Compression: Involves compressing test data externally before loading it onto
the chip. The chip then uses internal decompression logic to apply the test patterns.
External compression primarily reduces data transfer time and storage requirements.
Answer: EDT improves test coverage by enabling the use of more complex and varied test
patterns, including both pseudorandom and deterministic patterns. The decompression process
can generate a larger number of effective test vectors from a smaller set of compressed data,
increasing the likelihood of detecting faults.
11. What is the role of Built-In Self-Test (BIST) in conjunction with EDT?
Answer: BIST is a technique that allows a circuit to test itself using built-in hardware. When
used in conjunction with EDT, BIST can generate and apply compressed test patterns internally,
further reducing the need for external test data and enabling efficient at-speed testing. BIST and
EDT together can enhance overall test coverage and reduce test time.