public static async Task Aggregator( FPGA.InputSignal <bool> RXD, FPGA.OutputSignal <bool> TXD ) { TryControllers_Blocks.Bootstrap( RXD, TXD, Controllers.TryControllers_Blocks.TryCatchAll_ReturnRethrow); }
public static async Task Aggregator( FPGA.InputSignal <bool> RXD, FPGA.OutputSignal <bool> TXD ) { TryControllers_Blocks.Bootstrap( RXD, TXD, Controllers.TryControllers_Blocks.TryCatchExplicitFinally); }
public static async Task Aggregator( FPGA.InputSignal <bool> RXD, FPGA.OutputSignal <bool> TXD ) { TryControllers_Blocks.Bootstrap( RXD, TXD, Controllers.TryControllers_Blocks.SmokeTest); }