This "site_match" paramter is currently a constant and set to value 2. This means "Auto" for v93k.
"Auto" does the following:
- Site_Match = OFF in case of shared pins
- SIte_Match = ON in case of non-shared pins -> This allows asynchronous site execution, but leading to test time overhead
(When match loop patterns are used, site match should be ON )
When no shared pins and no match_loop patterns are being used, there will be a significant test time overhead which can increase test time by. ~25-30% for 96-sites.
Would it be possible to pass a setting of "Site_Match= Off (0) by app level? When no Site_Match value is defined by app,, it should keep the default setting i..e Auto (2)
This "site_match" paramter is currently a constant and set to value 2. This means "Auto" for v93k.
"Auto" does the following:
(When match loop patterns are used, site match should be ON )
When no shared pins and no match_loop patterns are being used, there will be a significant test time overhead which can increase test time by. ~25-30% for 96-sites.
Would it be possible to pass a setting of "Site_Match= Off (0) by app level? When no Site_Match value is defined by app,, it should keep the default setting i..e Auto (2)