| Author |
Message |
giz_11569
Joined: 16 Apr 2009 Posts: 2
|
16 Apr 2009 5:29 tetra max questions |
|
|
|
|
Does anyone know if there is a way to run loops (repeat commands) in tetramax or from a command file? For example if I want to repeat a series of commands N times? (I could just copy and paste but N here may be a very large number.)
Also, I am trying to figure out the number of faults detected by a few different vectors which I'm reading in from a file, (for each vector), however due to fault dropping I have to keep resetting the fault list between fault simulations. Is there a way to get around this? (I'm using the full scan method and apparently the nodrop fault option only works for sequential simulation, why is that and is there a way around it?)
Please let me know if anyone has any ideas, thanks.
|
|
| Back to top |
|
 |
Google AdSense

|
16 Apr 2009 5:29 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
pete_lu
Joined: 16 Jun 2008 Posts: 18 Helped: 1
|
16 Apr 2009 7:36 tetra max questions |
|
|
|
|
Please use 0809 version, this version support tcl mode and use tcl command I think it is easily to implement the loops.
For the second question, please use the command "set pattern external" and "set pattern -del". Hope it helps!
|
|
| Back to top |
|
 |
giz_11569
Joined: 16 Apr 2009 Posts: 2
|
17 Apr 2009 2:10 Re: tetra max questions |
|
|
|
|
| Thanks for the reply, but unfortunately I have no control over the version currently installed here. I can use external patterns from the file, the problem is the fault dropping, not the patterns. I'm trying to use many patterns and figure out how many faults were detected by each, rather than overall fault coverage, and fault dropping prevents me from doing this. Any other ideas?
|
|
| Back to top |
|
 |
pete_lu
Joined: 16 Jun 2008 Posts: 18 Helped: 1
|
17 Apr 2009 3:34 tetra max questions |
|
|
|
|
| As I said before, use the command "set pattern -del" to prevent overall fault coverage. And if there is fault dropping, it is since the pattern generation based on diffrerent netlist. So if you can get the result, just ignore the fault dropping.
|
|
| Back to top |
|
 |