rtps-fpga/src/Tests/dual_port_ram_cfg.vhd
Greek 46ca2228b6 Add and Redefine existing Dual Port RAM Implementations
Simple Dual Port (Read and Write Port), and True Dual Port RAM
implementations, together with their respective Altera implementations
were added.
The 'arch' Architectures should have the same behaviour as the Altera
Implementations (single_port_ram was modified to achieve that)
2021-12-09 19:44:40 +01:00

4 lines
96 B
VHDL

configuration dual_port_ram_cfg of dual_port_ram is
for arch
end for;
end configuration;