TAMS / Java / Hades / applets: contents | previous | next | ||||
Hades Applets contents visual index introduction std_logic_1164 gatelevel circuits basic gates AND gates OR gates XOR and XNOR De Morgan complex gates AND12 gate simple decoder XOR variants 4-bit parity... 8-bit parity... 2x2 bit mult... Gray-code 7400 and 7486 seven-segmen... 7449 seven-s... Ascii decoder multiplexer ... multiplexer ... 74151 multip... 74154 decode... 74154 decode... priority enc... priority enc... Hamming code barrel-shifter 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 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 | BCD to seven-segment display decoder Circuit Description This applet shows a BCD to seven segment decoder implemented as a two-level AND-OR circuit. It converts a 4-bit binary-coded decimal value, that is the numbers 0 to 9 coded as 0000 to 1001, into the code required to drive a seven-segment display. Note that several realization variants are possible, depending on the terms chosen during logic minimization and the decision on how to handle the inputs values above 9. This circuit follows the example presented and explained in Schiffmann, Schmitz, Technische Informatik I, 4.15, p.170. Another popular choice is to display the letters A,b,C,d,E,F for the corresponding input values 10 to 15. Yet another scheme is used by the TTL-series 7447..7449 circuits, which generate (apparently) meaningless output signals for these input values. | |||
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/10-gates/20-sevensegment/sevensegment.html |