SLAAEM4 October   2025 TAS2120 , TAS2320

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2Internal and External Class-H
  6. 3Music Efficiency Mode
  7. 4Noise Gate
  8. 5Y-Bridge
  9. 6Device Configuration with PurePath Console 3 (PPC3) Software
  10. 7Efficiency Results Using the Advanced Device Features
  11. 8Summary
  12. 9References

Y-Bridge

The Y-bridge amplifier architecture improves efficiency by dynamically switching between two supply rails, a high-voltage rail (PVDD) and a low-voltage rail (VDD), based on real-time output power demand. A programmable power threshold determines the rail selection, enabling the amplifier to improve efficiency at low power levels and reduce consumption during idle states. The architecture resembles a Y-shape, distinguishing this architecture from the traditional linear half-bridge design. Figure 5-1 shows the difference between a traditional Class-D amplifier versus the amplifier with Y-bridge architecture.

A diagram of a class-d amplifier AI-generated content may be incorrect. Figure 5-1 Traditional Class-D Amplifier Versus Simplified Y-Bridge Architecture

For a classic half-bridge architecture, the output stage relies solely on a high-voltage supply (PVDD) for switching. In contrast, the Y-bridge architecture utilizes both a high-voltage supply (PVDD) and a fixed low-voltage rail (VDD). During low-power playback or idle conditions, when headroom requirements are minimal, the output stage operates solely from VDD without causing any clipping, significantly improving efficiency. When power demand rises and greater headroom is required, the amplifier transitions seamlessly to the PVDD rail, achieving the same maximum output capability as a conventional Class-D design. This dual-rail operation allows the Y-bridge to maintain high efficiency across a much wider dynamic range, with the largest gains realized at low output power levels where traditional Class-D architectures are least efficient.

The EN_Y_BRIDGE_MODE register enables or disables the Y-bridge architecture.

Table 5-1 VDD Y-Bridge Mode Configuration
EN_Y_BRIDGE_MODE Configuration
0 Y-bridge mode is disabled
1 (default) Y-bridge mode is enabled

The device continuously monitors the input audio signal level against the Y-bridge mode threshold configured in the VDD_MODE_THR_LVL [23:0] register. When the audio signal drops below this threshold, an internal hysteresis timer is activated. If the signal remains below the threshold for the duration specified by the YBRIDGE_HYST_TIMER [1:0] register, the device switches to a lower voltage (1.8V) VDD supply-based PWM switching mode. Once the signal level exceeds the threshold defined by the VDD_MODE_THR_LVL [23:0] register plus the VDD_MODE_HYST [23:0] register, the device starts switching the output PWM signal on PVDD supply without introducing any signal clipping. Both the VDD_MODE_THR_LVL [23:0] and VDD_MODE_HYST [23:0] registers can be configured using the PPC3 software tool.

Table 5-2 VDD_MODE_THR_LVL Register
Bit Field Type Reset Description
23-0 VDD_MODE_THR_LVL[23:0] R/W 50A3D7h Addresses 0x8 to 0xA are combined. Can be configured using the PPC3 software.
Table 5-3 VDD_MODE_HYST Register
Bit Field Type Reset Description
23-0 VDD_MODE_HYST[23:0] R/W DA74h Addresses 0xC to 0xE are combined. Can be configured using the PPC3 software.
Table 5-4 VDD Y-Bridge Hysteresis Timer
YBRIDGE_HYST_TIMER[1:0] Configuration
00 100μs
01 (default) 500μs
10 5ms
11 50ms