Display

Inputs

PinTypeDescription
DbitInput signal — the value to display (0 or 1)

Outputs

PinTypeDescription

This element has no outputs.

How It Works

The Display is a purely visual debugging tool — it shows the current signal value at any point in your circuit without affecting the circuit's behavior.

The display supports three numeric formats, toggled by double-clicking the element:

FormatExample (value 15)
Decimal15
Binary00001111
Hexadecimal0F

Each double-click cycles to the next format: Dec → Bin → Hex → Dec → …

Since the Display has no outputs, it cannot serve as a signal source or sink — it is purely for observation. Place it inline on any wire or connect it as a branch from any signal to monitor its value.

Usage

The Display is a universal debugging element — use it on any level to inspect intermediate signals:

The Display is always available in the component palette and has no level restrictions. It is the simplest and most frequently used debugging tool in the simulator.

Go to the simulator →