sync_cores
Synchronize execution state across multiple cores in SMP or synchronized AMP mode using SYnch command for go, break, or step actions.
Instructions
Synchronize Go/Step/Break across multiple cores.
Uses the SYnch command to coordinate execution state between cores in SMP or synchronized AMP mode.
Args: action: Synchronization action: "go" — run all synchronized cores "break" — halt all synchronized cores "step" — single-step all synchronized cores
Returns: Confirmation of sync operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | go |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |