Frontpanel XML Component for RegisterBridge?

There appears to be no XML component (.xfp file) for interfacing to the USB3 RegisterBridge
as is available in the SDK ReadRegister/WriteRegister…

Is it an undocumented feature or is the RegisterBridge too complicated for the XML .xfp gui ?

Cheers,
Kevin

The RegisterBridge isn’t very complicated, conceptually. It’s more that the XFP components are user interface components and they each have one or more ways of conveying the interface data to the HDL via some transport mechanism (in most cases, this is either a wire or trigger).

Conceivably, a RegisterBridge address could be used just as well, but the wires and triggers provided enough capability for most purposes that we never extended the implementation.