wrote:
> Hi,
>
> We have a large mixed language (ASIC) design, for which we will be
> using scan insertion and ATPG to generate manufacturing test.
>
> However, the is one part (seperate power domain) of the design which
> will not follow the standard design flow. It is asynchronous logic,
> required very low (leakage and active) power etc. We intend to write
> functional vectors for this part of the design. The section will be
> "designed" as hand crafted verilog netlist.
>
> I have a couple of questions
> - Does anyone know of a free (cheap) ATPG generation tool that will
> work for non scan designs?
> (I remember in the past that Mento Graphics had two tools. Fast Scan
> and another Flex Test, one for scan, and one for non scan)
Syntest have turbofault. Not sure how much it costs.
> - Does anyone know of a free (cheap) fault simulator that will accept
> verilog netlist input.
> (this would be useful if we need to generate the vectors by hand).
ATPG tools can use sequemtial ATPG to test a limited amount of logic in
between flip-flops. It is not quick.
Ask yourself if you can get enough stuck at coverage tu gurantee 50dppm?
Can you convince your customer that you can do it. Can you do Iddq, path
delay faults, transition faults or bridging faults?
> To my limited knowledge, fault simulation ought to be reasonably easy
> to write as an addon to a standard verilog simulator (if you don't
> need any clever acceleration).
>
> Thanks,
>
> Steven
>
>