1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-19 05:46:53 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/dmem_ctrl_pack-p.vhd
Gyorgy Szombathelyi 6d2e39a333 Update T48
2021-07-22 11:06:33 +02:00

22 lines
724 B
VHDL

-------------------------------------------------------------------------------
--
-- $Id: dmem_ctrl_pack-p.vhd 295 2009-04-01 19:32:48Z arniml $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-------------------------------------------------------------------------------
package t48_dmem_ctrl_pack is
-----------------------------------------------------------------------------
-- Address Type Identifier
-----------------------------------------------------------------------------
type dmem_addr_ident_t is (DM_PLAIN,
DM_REG,
DM_STACK,
DM_STACK_HIGH);
end t48_dmem_ctrl_pack;