OpenCores
URL https://opencores.org/ocsvn/astron_mm/astron_mm/trunk

Subversion Repositories astron_mm

[/] [astron_mm/] [trunk/] [common_mem_mux.vhd] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 54... Line 54...
--   top one needs to account for g_rd_latency>0, the rest can use 0.
--   top one needs to account for g_rd_latency>0, the rest can use 0.
--
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
 
 
 
LIBRARY IEEE, common_pkg_lib, common_ram_lib;
LIBRARY IEEE, common_pkg_lib, astron_ram_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_1164.ALL;
USE common_pkg_lib.common_pkg.ALL;
USE common_pkg_lib.common_pkg.ALL;
USE common_ram_lib.common_ram_pkg.ALL;
USE astron_ram_lib.common_ram_pkg.ALL;
 
 
ENTITY common_mem_mux IS
ENTITY common_mem_mux IS
  GENERIC (
  GENERIC (
    g_broadcast   : BOOLEAN := FALSE;
    g_broadcast   : BOOLEAN := FALSE;
    g_nof_mosi    : POSITIVE := 256;     -- Number of memory interfaces in the array.
    g_nof_mosi    : POSITIVE := 256;     -- Number of memory interfaces in the array.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.