The select-bit component (class hades.models.rtlib.io.SelectBit) extracts a single bit from its input bus.
The expander components (classes hades.models.rtlib.io.Expander and ExpanderVertical) take a SignalStdLogicVector as their input and split this into a set of individual SignalStdLogic1164 outputs. If only a few single bits are required from a wide bus, it might be a good idea to use an intermediate Subset or BusTap component to first select a subset of the wide bus before expanding it.
The clone-bits component takes a single input bit and replicates it to the selected bit-width.
Run the applet | Run the editor (via Webstart)