head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2004.03.23.21.26.38; author arniml; state dead; branches; next 1.1; 1.1 date 2004.03.23.21.24.33; author arniml; state Exp; branches; next ; desc @@ 1.2 log @bummer @ text @------------------------------------------------------------------------------- -- -- $Id: alu_pack-p.vhd,v 1.1 2004/03/23 21:24:33 arniml Exp $ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@@opencores.org) -- -- All rights reserved -- ------------------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; use work.t48_pack.word_width_c; package alu_pack is ----------------------------------------------------------------------------- -- The ALU operations ----------------------------------------------------------------------------- type alu_op_t is (ALU_AND, ALU_OR, ALU_XOR, ALU_CPL, ALU_CLR, ALU_RL, ALU_RR, ALU_SWAP, ALU_DEC, ALU_INC, ALU_ADD, ALU_DA, ALU_NOP); ----------------------------------------------------------------------------- -- The dedicated ALU arithmetic types. ----------------------------------------------------------------------------- subtype alu_operand_t is std_logic_vector(word_width_c downto 0); end alu_pack; ------------------------------------------------------------------------------- -- File History: -- -- $Log: alu_pack-p.vhd,v $ -- Revision 1.1 2004/03/23 21:24:33 arniml -- initial check-in -- -- ------------------------------------------------------------------------------- @ 1.1 log @initial check-in @ text @d3 1 a3 1 -- $Id: alu_pack-p.vhd,v 1.4 2004/03/17 22:18:07 arnim Exp $ d41 4 a44 1 -- $Log$ @