Questions
1. Trap Counter: Global vs Per-Filter Implementation
According to the Trace Control Interface specification, the filter_excint_p parameter indicates support for nested exception filtering. The trap counter itself should be implemented as a single global counter shared across all filters or separate counter instance per filter (trTeFilter0, trTeFilter1, etc.)
2. Vertical Traps vs Horizontal Traps
When the trap counter is active, which trap transitions (Vertical Traps or Horizontal Traps)should increment/decrement the counter?
3. Trigger and End Conditions Clarification
3.1 Trigger exclusivity: Are trTeFilterMatchEcause and trTeFilterMatchInterrupt the only conditions that can activate the trap counter qualify interval? Or can comparator matches (e.g., trTeFilterMatchCompX) also trigger trap counter qualification(such as tval)?
3.2 End condition exclusivity: Is trap counter == 0 ? When Mode 3 latch is used( tval with Mode 3 Latch) combined with trap counter, what is the actual end condition for the qualify interval?
Questions
1. Trap Counter: Global vs Per-Filter Implementation
According to the Trace Control Interface specification, the filter_excint_p parameter indicates support for nested exception filtering. The trap counter itself should be implemented as a single global counter shared across all filters or separate counter instance per filter (trTeFilter0, trTeFilter1, etc.)
2. Vertical Traps vs Horizontal Traps
When the trap counter is active, which trap transitions (Vertical Traps or Horizontal Traps)should increment/decrement the counter?
3. Trigger and End Conditions Clarification
3.1 Trigger exclusivity: Are trTeFilterMatchEcause and trTeFilterMatchInterrupt the only conditions that can activate the trap counter qualify interval? Or can comparator matches (e.g., trTeFilterMatchCompX) also trigger trap counter qualification(such as tval)?
3.2 End condition exclusivity: Is trap counter == 0 ? When Mode 3 latch is used( tval with Mode 3 Latch) combined with trap counter, what is the actual end condition for the qualify interval?