Hades logo    Hades applet banner

TAMS / Java / Hades / applets (print version): contents | previous | next

dual-port RAM

dual-port RAM screenshot

Description

A demonstration of the RTLIB dual-port random-access memory component (hades.models.rtlib.memory.DPRAM).

The component shown here has two fully separate read-ports (data outputs), each controlled by their own address input. Therefore, any two memory cells can be read in parallel.

However, the DPRAM has only one input port, controlled by the write-enable input and the address A address input. Naturally, it would also be possible to provide a third address input for the write address, but the variant shown here is typical for the so-called two-address machines. These are microprocessors whose arithmetic instructions read two registers and overwrite one of the registers with the result:

  reg_a = reg_a  .op.  reg_b

Run the applet | Run the editor (via Webstart)


Impressum | 24.11.06
http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/50-rtlib/40-memory/dpram_print.html