Filtering (Excluding) Bad Values from the Detail Transpose View in Assembler Results Pane
What if you have too many "sim err" cells that you need to hide?
What can you enter in the filter field to accomplish this?
Ans: Hit the sort button - it might show you all the "sim err" cells and nothing else (if you have too many). Hit it again so you sort in the other order and now you'll see what is the max or min.
So, just use that in the filter field with a > or <.
Put another way, if you are going to Detail Transpose so you can debug a particular min or max (which you saw in your Yield view), then you already have an idea of the number.
So, when you're filtering all you have to do is
> min - epsilon
or
< max + epsilon
QED
Comments
Post a Comment