TAMS / Java / Hades / applets: contents | previous | next | ||||
Hades Applets contents visual index introduction std_logic_1164 gatelevel circuits delay models flipflops adders and arithm... counters LFSR and selftest memories programmable logic state-machine editor misc. demos I/O and displays DCF-77 clock relays (switch-le... CMOS circuits (sw... RTLIB logic input and ou... configuration animation incrementer adder subtraction rotate shifters comparison logic (bitwise) logic (wordw... muxes bit-twiddling bus-tap expand bits tri-state bu... RTLIB registers Prima processor D*CORE MicroJava Pic16 cosimulation Mips R3000 cosimu... Intel MCS4 (i4004) image processing ... [Sch04] Codeumsetzer [Sch04] Addierer [Sch04] Flipflops [Sch04] Schaltwerke [Sch04] RALU, Min... [Fer05] State-Mac... [Fer05] PIC16F84/... [Fer05] Miscellan... [Fer05] Femtojava FreeTTS | expander and clone-bits
Circuit Description
This applet demonstrates the RTLIB simulation components used
to convert between single-bit (StdLogic1164) and multi-bit (StdLogicVector)
representations.
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.
| |||
Print version | Run this demo in the Hades editor (via Java WebStart) | ||||
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German) | ||||
Impressum | http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/50-rtlib/10-components/expand.html |