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 DCF-77 clock shifter loadable cou... loadable cou... wait-intervals wait-counter decoder FSM 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 | Loadable Counter (1 bit)
Circuit Description
This subdesign shows the
1-bit loadable synchronous counter block
used to build the four-bit counters for the DCF-77 clock.
The nreset and clk inputs are directly connected to the D-type with reset flipflop (hades.models.flipflops.DFFR). The loadenable-input controls the 2:1 multiplexer in front of the D input of the flipflop. If loadenable is high, the value from the D input port is propagated to the flipflop and allows synchronous loading on the next rising clock edge. Otherwise, the feedback logic is enabled. If nclear is low, the flipflop is reset on the next rising clock edge. If countEnable is high, the counter is enabled.
| |||
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/45-misc/80-dcf77/LoadCount1.html |