Subtopic Deep Dive

Built-In Self-Test Schemes for VLSI Circuits
Research Guide

What is Built-In Self-Test Schemes for VLSI Circuits?

Built-In Self-Test (BIST) schemes integrate test pattern generation, response compaction, and control logic directly into VLSI circuits to enable at-speed self-testing without external equipment.

BIST architectures commonly employ LFSR-based pattern generators and MISR compactors to test embedded cores and memories in system-on-chips. Research focuses on reducing aliasing, optimizing test time, and minimizing area overhead. Over 10 key papers from 1998-2019 address these issues, with foundational works cited 60+ times each.

15
Curated Papers
3
Key Challenges

Why It Matters

BIST reduces dependency on costly automated test equipment for post-silicon validation and field testing of VLSI chips (Nadeau-Dostie, 2002). It enables concurrent autonomous self-test during normal operation, addressing reliability challenges in uncore components (Li et al., 2010). Security-aware BIST counters scan-based attacks and hardware Trojans in cryptographic chips (Da Rolt et al., 2014; Cao et al., 2014). Test scheduling optimizations cut application time for core-based SOCs (Chandrasekaran et al., 2019).

Key Research Challenges

Aliasing in Response Compaction

MISR compactors cause aliasing where faulty responses masquerade as fault-free, reducing test accuracy. Biswas et al. (2006) propose graph-theoretic zero-aliasing designs for space compaction. Balancing compaction ratio with area overhead remains critical.

Test Time Optimization

Scheduling tests for multi-core SOCs increases application time and hardware overhead. Chandrasekaran et al. (2019) use modified firefly and ABC algorithms for efficient scheduling. At-speed testing without performance degradation poses ongoing issues (Nadeau-Dostie, 2002).

Security Vulnerabilities

Test compression schemes expose circuits to side-channel attacks during BIST. Das et al. (2013) analyze security flaws in industrial compression methods. PUF-based locking protects in-field testing of crypto chips (Cui et al., 2019).

Essential Papers

1.

Test Versus Security: Past and Present

Jean Da Rolt, A. Das, Giorgio Di Natale et al. · 2014 · IEEE Transactions on Emerging Topics in Computing · 88 citations

International audience

2.

Test scheduling for system on chip using modified firefly and modified ABC algorithms

Gokul Chandrasekaran, Sakthivel Periyasamy, P. Karthikeyan · 2019 · SN Applied Sciences · 68 citations

3.

Design for AT-Speed Test, Diagnosis and Measurement

Benoit Nadeau-Dostie · 2002 · Kluwer Academic Publishers eBooks · 65 citations

Design for AT-Speed Test, Diagnosis and Measurement is the first book to offer practical and proven design-for-testability (DFT) solutions to chip and system design engineers, test engineers and pr...

4.

A fast and low cost testing technique for core-based system-on-chip

Indradeep Ghosh, Sujit Dey, Niraj K. Jha · 1998 · 63 citations

This paper proposes a new methodology for testing a core-based system-on-chip (SOC), targeting the simultaneous reduction of test area overhead and test application time. Testing of embedded cores ...

5.

A Cluster-Based Distributed Active Current Sensing Circuit for Hardware Trojan Detection

Yuan Cao, Chip-Hong Chang, Shoushun Chen · 2014 · IEEE Transactions on Information Forensics and Security · 48 citations

The globalization of integrated circuits (ICs) design and fabrication has given rise to severe concerns on the devastating impact of subverted chip supply. Hardware Trojan (HT) is among the most da...

6.

A DfT Architecture for 3D-SICs Based on a Standardizable Die Wrapper

Erik Jan Marinissen, Chun‐Chuan Chi, Mario Konijnenburg et al. · 2011 · Journal of Electronic Testing · 42 citations

7.

Security Analysis of Industrial Test Compression Schemes

A. Das, Barış Ege, Santosh Ghosh et al. · 2013 · IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems · 38 citations

Test compression is widely used for reducing test time and cost of a very large scale integration circuit. It is also claimed to provide security against scan-based side-channel attacks. This paper...

Reading Guide

Foundational Papers

Start with Nadeau-Dostie (2002) for at-speed BIST/DFT principles, then Ghosh et al. (1998) for core-based SOC testing methodology, followed by Da Rolt et al. (2014) for security integration.

Recent Advances

Study Chandrasekaran et al. (2019) for optimized test scheduling algorithms and Cui et al. (2019) for PUF-secured in-field testing.

Core Methods

LFSR pattern generation, MISR response compaction with graph-based zero-aliasing (Biswas et al., 2006), firefly/ABC scheduling (Chandrasekaran et al., 2019), and wrapper-based 3D testing (Marinissen et al., 2011).

How PapersFlow Helps You Research Built-In Self-Test Schemes for VLSI Circuits

Discover & Search

Research Agent uses citationGraph on Nadeau-Dostie (2002) to map BIST evolution from LFSR/MISR foundations to 3D-SIC wrappers (Marinissen et al., 2011), then exaSearch for 'aliasing reduction MISR VLSI' uncovers Biswas et al. (2006). findSimilarPapers extends to security-focused BIST like Da Rolt et al. (2014).

Analyze & Verify

Analysis Agent applies readPaperContent to Ghosh et al. (1998) for core-based SOC transparency testing, then runPythonAnalysis simulates LFSR pattern coverage with NumPy/pandas on extracted test data. verifyResponse (CoVe) with GRADE grading checks aliasing claims against Li et al. (2010) concurrent self-test metrics, ensuring statistical validity.

Synthesize & Write

Synthesis Agent detects gaps in test-security tradeoffs across Da Rolt (2014) and Cui (2019), flags contradictions in compression security (Das et al., 2013). Writing Agent uses latexEditText for BIST architecture diagrams, latexSyncCitations for 10+ papers, and latexCompile for IEEE-formatted reports; exportMermaid visualizes test scheduling flows from Chandrasekaran (2019).

Use Cases

"Simulate MISR aliasing probability for 32-bit signatures in LFSR-BIST"

Research Agent → searchPapers 'MISR aliasing reduction' → Analysis Agent → readPaperContent (Biswas 2006) → runPythonAnalysis (NumPy simulation of 2^32 fault patterns vs. aliasing rates) → matplotlib plot of coverage vs. compactor size.

"Draft LaTeX section on 3D-SIC BIST wrappers with citations"

Research Agent → citationGraph (Marinissen 2011) → Synthesis → gap detection → Writing Agent → latexEditText (architecture description) → latexSyncCitations (10 papers) → latexCompile → PDF with embedded die wrapper diagram.

"Find GitHub repos implementing firefly algorithm for SOC test scheduling"

Research Agent → searchPapers (Chandrasekaran 2019) → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → verified Python code for modified firefly/ABC BIST scheduling.

Automated Workflows

Deep Research workflow scans 50+ BIST papers via OpenAlex, structures report on LFSR/MISR evolution with citation networks from Ghosh (1998) to Chandrasekaran (2019). DeepScan's 7-step analysis verifies at-speed test claims in Nadeau-Dostie (2002) with CoVe checkpoints and Python sims. Theorizer generates hypotheses on PUF-secured concurrent BIST from Cui (2019) and Li (2010).

Frequently Asked Questions

What defines Built-In Self-Test schemes?

BIST integrates pattern generators (LFSR), response compactors (MISR), and control logic into VLSI chips for autonomous at-speed testing of cores and memories.

What are core BIST methods?

LFSR generates pseudo-random patterns, MISR compacts responses with aliasing reduction, and wrapper logic enables test scheduling (Ghosh et al., 1998; Biswas et al., 2006).

What are key papers?

Foundational: Nadeau-Dostie (2002, 65 cites) on at-speed DFT; Ghosh et al. (1998, 63 cites) on low-cost SOC testing. Recent: Chandrasekaran et al. (2019, 68 cites) on test scheduling algorithms.

What open problems exist?

Security against scan attacks during in-field BIST (Das et al., 2013; Cui et al., 2019), zero-aliasing compaction at low area cost (Biswas et al., 2006), and concurrent testing without downtime (Li et al., 2010).

Research VLSI and Analog Circuit Testing with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Built-In Self-Test Schemes for VLSI Circuits with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers