1. Split

1.1. Purpose

Split a signal hierarchy into two separate output trees.

1.2. Description

The Split operation divides an input signal tree into two outputs based on a specified path. Signals matching the path are moved to output B, while remaining signals stay in output A.

The editor provides a three-pane view:

  • Left pane: Input signal tree

  • Top right pane: Output A (remaining signals)

  • Bottom right pane: Output B (extracted signals)

1.3. Input

A single signal tree.

1.4. Output

Two output signal trees:

  • Output A: Signals that do not match the specified path

  • Output B: Signals that match the specified path

1.5. Parameters

  • Path: The path specification for signals to move to output B. Signals matching this path are removed from input A and placed in output B.