Line 1... |
Line 1... |
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
--
|
--
|
-- $Id: t400_pack-p.vhd,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
|
-- $Id: t400_pack-p.vhd,v 1.2 2006-05-22 00:01:21 arniml Exp $
|
--
|
--
|
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
|
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
|
--
|
--
|
-- All rights reserved
|
-- All rights reserved
|
--
|
--
|
Line 103... |
Line 103... |
-- IO G port operations -----------------------------------------------------
|
-- IO G port operations -----------------------------------------------------
|
type io_g_op_t is (IOG_NONE,
|
type io_g_op_t is (IOG_NONE,
|
IOG_LOAD_M,
|
IOG_LOAD_M,
|
IOG_LOAD_DEC);
|
IOG_LOAD_DEC);
|
|
|
|
-- IO IN port operations ----------------------------------------------------
|
|
type io_in_op_t is (IOIN_NONE,
|
|
IOIN_INIL,
|
|
IOIN_LEI);
|
|
|
-- SIO operations -----------------------------------------------------------
|
-- SIO operations -----------------------------------------------------------
|
type sio_op_t is (SIO_NONE,
|
type sio_op_t is (SIO_NONE,
|
SIO_LOAD);
|
SIO_LOAD);
|
|
|
-- Mnemonics ----------------------------------------------------------------
|
-- Mnemonics ----------------------------------------------------------------
|
Line 157... |
Line 162... |
|
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-- File History:
|
-- File History:
|
--
|
--
|
-- $Log: not supported by cvs2svn $
|
-- $Log: not supported by cvs2svn $
|
|
-- Revision 1.1.1.1 2006/05/06 01:56:45 arniml
|
|
-- import from local CVS repository, LOC_CVS_0_1
|
|
--
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
|
|
No newline at end of file
|
No newline at end of file
|