Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to decide on number of bist controllers during memory testing?

Status
Not open for further replies.

cnuvasu86

Newbie level 5
Joined
Aug 28, 2009
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
bangalore
Activity points
1,341
Hi all,

I want to test memories for manufacturing defects. For that I am using MBIST Architect tool from mentor graphics which will insert controller and do the testing. But what my doubt is if I have lot of memories of different types(single port,dual port and two port register file) and of different sizes( data and address), How the tool will decide on the number of bist controllers to test all the memories?


Thanks in advance,
Srini
 

you can specify list of the memories to be present in one bist wrapper file in your do file.

like

add mem model rf1_256x131 -bypass user_mem_bypass_name
add mem model rf1_256x15 -bypass user_mem_bypass_name1
add mem model rf1_256x179 -bypass user_mem_bypass_name2
add mem model rf1_256x15 -bypass user_mem_bypass_name3

make sure you specify the corresponding atpg model for each memory using load_library.

Then tool generate wrapper files and gives separate handle to each memory.
 

For all the memories you mentioned in thread how many bist controllers are needed and on what basis the tool will decide on the no of bist controllers?

~srini
 

tool will generate one bist.v and bist_con.v
bist.v contains bypass modules for each memory
bist_con.v is the one you instantiate in your design .
bist_con.v provides separate ports for each memory.
bist.v will be instantiated inside bist_con.v
 
Even if you have thousand memories will it generate single controller?
 

yes it will generate one wrappers even for 1000 memories ..i didn't try though :lol:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top