Hi
we are adding 2 types of checks:
- x-propagation
- reset tests (i.e. create reset at a random place and rerun test to see that nothing get stuck)
the assumption is that all/most deadlocks and problems will be detected in x-propagation
what do you think about added value of such reset tests ?
For deadlocks/overflow/… detection - is something beside x-prop is needed?
(i mean using simulation - formal usage has good potential to catch deadlocks/overflows/… but it has limitations especially if we want to test big design)
note: X-prop has some different models (vcs for example has tmerge and xmerge) - not sure it is easy to fully utilize tests in the different models
thanks,
N.