OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_1_beta/] [rtl/] [vhdl/] [decoder-c.vhd] - Blame information for rev 329

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 arniml
-------------------------------------------------------------------------------
2
--
3
-- The Decoder unit.
4
-- It decodes the instruction opcodes and executes them.
5
--
6 179 arniml
-- $Id: decoder-c.vhd,v 1.2 2005-06-11 10:08:43 arniml Exp $
7 4 arniml
--
8
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
9
--
10
-- All rights reserved
11
--
12
-------------------------------------------------------------------------------
13
 
14 179 arniml
configuration t48_decoder_rtl_c0 of t48_decoder is
15 4 arniml
 
16
  for rtl
17
 
18 179 arniml
    for opc_decoder_b: t48_opc_decoder
19
      use configuration work.t48_opc_decoder_rtl_c0;
20 4 arniml
    end for;
21
 
22 179 arniml
    for int_b: t48_int
23
      use configuration work.t48_int_rtl_c0;
24 4 arniml
    end for;
25
 
26
  end for;
27
 
28 179 arniml
end t48_decoder_rtl_c0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.