DocumentCode
586870
Title
Design validation of RTL circuits using evolutionary swarm intelligence
Author
Min Li ; Gent, Kelson ; Hsiao, Michael S.
Author_Institution
Bradley Dept. of Electr. & Comput. Eng, Virginia Tech, Blacksburg, VA, USA
fYear
2012
fDate
5-8 Nov. 2012
Firstpage
1
Lastpage
8
Abstract
In this paper, we present BEACON, a Branch-oriented Evolutionary Ant Colony OptimizatioN method which is a bio-inspired meta-heuristic for design validation and functional test generation. BEACON combines an evolutionary search technique with Ant Colony Optimization (ACO) for improved search capability. BEACON first cross-compiles the Verilog circuit source to a C++ base for fast simulation. Then, it profiles the code, keeping track of each branch and the number of times it has been visited in a database. Branch coverage provides a very useful metric for exploring the design, especially visiting the most critical states, including corner states, in the design. At 100% branch coverage, we can conclude that every control state described in the RTL has been visited. Thus, during execution, BEACON trims highly visited branches from the search and focuses the search on rarely occurring branches and paths. This approach gives a significant performance boost while maintaining a high level of coverage. Experimental results show that BEACON is able to achieve very high branch coverages with a fraction of computational cost. In addition, previous hard-to-reach corner states in the ITC99 benchmarks have now been reached by BEACON. New states can also be discovered from the RTL descriptions. For many circuits, one to two orders of magnitude speedups over existing methods have been achieved.
Keywords
ant colony optimisation; circuit CAD; evolutionary computation; BEACON; C++ base; ITC99 benchmarks; RTL circuits; Verilog circuit source; branch coverage; branch-oriented evolutionary ant colony optimization method bio-inspired meta-heuristic; control state; corner states; design validation; evolutionary search technique; evolutionary swarm intelligence; functional test generation; search capability; Benchmark testing; Databases; Hardware design languages; Instruments; Measurement; Sociology; Vectors;
fLanguage
English
Publisher
ieee
Conference_Titel
Test Conference (ITC), 2012 IEEE International
Conference_Location
Anaheim, CA
ISSN
1089-3539
Print_ISBN
978-1-4673-1594-4
Type
conf
DOI
10.1109/TEST.2012.6401556
Filename
6401556
Link To Document