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 PLA circuit GAL output cell GAL demo 1 GAL demo 2 GAL demo 3 GAL demo 4 ACT1 cell ACT1 AND3 gate ACT1 XOR2 gate ACT1 SR-flip... 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 |
The applets in this chapter demonstrate three different topics
of programmable logic devices.
Given the ever-higher integration of semiconductor devices,
the high development costs of full-custom designs,
and factors like intellectual property protection,
programmable logic devices are often the best solution
to implement custom logic functions.
The following applets demonstrate the basic architecture
of the still popular PLA and GAL devices,
and the logic cell underlying multiplexer-based FPGAs.
Unfortunately, the planned applets on lookup-table or SRAM-based
FPGAs are not ready yet.
The first applet demonstrates the structure and organization of the so-called programmable logic array. A PLA allows creating a user-defined function based on a two-level AND-OR expansion, with the connections between input and output terms via user-programmable connections. In the applet, a fixed example connection is used. The next five applets demonstrate the so-called generic array logic or GAL architecture. A GAL device consists of several basic cells, each of which include a programmable PLA matrix and a programmable output-cell with a flipflop. As the output of the flipflop is fed back into the PLA matrix, a GAL can be used to implement combinatorical circuits (flipflops disabled), registers, and general sequential circuits. In the applets, click on the special 'interactive transistors' to enable or disable the corresponding connection. This allows you to change the logic functions of the GALs and to create your own circuits. The final group of four applets demonstrates the multiplexer-based logic cell used in the ACT1 family of programmable devices.
| |||
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German) | ||||
Impressum | http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/42-programmable/10-pla/pla.html |