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: cond_branch_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; package cond_branch_pack is ----------------------------------------------------------------------------- -- The branch conditions. ----------------------------------------------------------------------------- type branch_conditions_t is (COND_ON_BIT, COND_Z, COND_C, COND_F0, COND_F1, COND_INT, COND_T0, COND_T1, COND_TF); subtype comp_value_t is std_logic_vector(2 downto 0); end cond_branch_pack; ------------------------------------------------------------------------------- -- File History: -- -- $Log: cond_branch_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: cond_branch_pack-p.vhd,v 1.2 2004/03/17 22:19:59 arnim Exp $ d34 4 a37 1 -- $Log$ @