1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-11 10:34:39 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/dmem_ctrl-c.vhd
2020-05-13 15:54:31 +02:00

20 lines
512 B
VHDL

-------------------------------------------------------------------------------
--
-- The Data Memory control unit.
-- All accesses to the Data Memory are managed here.
--
-- $Id: dmem_ctrl-c.vhd,v 1.2 2005/06/11 10:08:43 arniml Exp $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-------------------------------------------------------------------------------
configuration t48_dmem_ctrl_rtl_c0 of t48_dmem_ctrl is
for rtl
end for;
end t48_dmem_ctrl_rtl_c0;