ATPG design rule checking project using Perl script

2
ATPG Design Rule Checking Project using PERL Script • Goals of this project: – Reducing test time. – Tracking design mistake or failure problems. – Saving times and money – Meeting tape out deadline Created by: Minh Anh Thi Nguyen Email: [email protected] 1

description

 

Transcript of ATPG design rule checking project using Perl script

Page 1: ATPG design rule checking project using Perl script

1

ATPG Design Rule Checking Project using PERL Script

• Goals of this project:– Reducing test time. – Tracking design mistake or failure problems.– Saving times and money– Meeting tape out deadline

Created by: Minh Anh Thi NguyenEmail: [email protected]

Page 2: ATPG design rule checking project using Perl script

2

Project Flow ChartStart

Is NETLIST file = new?

Is ATPG Library file

exit?

Is test procedure file exit?

Read in New Netlists, ATPG library, and Test Procedure

files

Build ATPG model

Run ATPG DRC

Is test Pass ?

Done

Generate DRC Failed test report and send

it to design team

Save result

Yes

No

Yes

Yes

No

Yes

Send alert missing files message to owner

No

No

Created by: Minh Anh Thi NguyenEmail: [email protected]