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 @------------------------------------------------------------------------------- -- -- The Decoder unit. -- It decodes the instruction opcodes and executes them. -- -- $Id: decoder-c.vhd,v 1.1 2004/03/23 21:24:33 arniml Exp $ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@@opencores.org) -- -- All rights reserved -- ------------------------------------------------------------------------------- configuration decoder_rtl_c0 of decoder is for rtl for opc_decoder_b: opc_decoder use configuration work.opc_decoder_rtl_c0; end for; for int_b: int use configuration work.int_rtl_c0; end for; end for; end decoder_rtl_c0; @ 1.1 log @initial check-in @ text @d6 1 a6 1 -- $Id: decoder.vhd,v 1.39 2004/03/22 23:17:21 arnim Exp $ @