64 bit Unsigned Toggle Demux

From Visuino
Revision as of 05:23, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedToggleDemux.png == Summary == Routes a 64-bit unsigned input to one of two outputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Demux** component takes a single 64-bit unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional ro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduino64BitUnsignedToggleDemux.png

Summary

Routes a 64-bit unsigned input to one of two outputs based on a boolean control signal.

Description

The **64-bit Unsigned Toggle Demux** component takes a single 64-bit unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for 64-bit numeric signals.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default select state (boolean) at startup.

Pins

Input Pins

  • In – 64-bit unsigned input value.
  • Select – Boolean control input determining the active output channel.

Output Pins

  • True – 64-bit unsigned output when **Select** is true.
  • False – 64-bit unsigned output when **Select** is false.