mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-02-15 04:06:02 +00:00
18 lines
465 B
VHDL
18 lines
465 B
VHDL
-------------------------------------------------------------------------------
|
|
--
|
|
-- The Program Memory control unit.
|
|
-- All operations related to the Program Memory are managed here.
|
|
--
|
|
-- $Id: pmem_ctrl-c.vhd,v 1.2 2005/06/11 10:08:43 arniml Exp $
|
|
--
|
|
-- All rights reserved
|
|
--
|
|
-------------------------------------------------------------------------------
|
|
|
|
configuration t48_pmem_ctrl_rtl_c0 of t48_pmem_ctrl is
|
|
|
|
for rtl
|
|
end for;
|
|
|
|
end t48_pmem_ctrl_rtl_c0;
|