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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_decoder-c.vhd] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 arniml
-------------------------------------------------------------------------------
2
--
3
-- The decoder unit.
4
-- Implements the instruction opcodes and controls all units of the T400 core.
5
--
6
-- $Id: t400_decoder-c.vhd,v 1.1.1.1 2006-05-06 01:56:44 arniml Exp $
7
--
8
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
9
--
10
-- All rights reserved
11
--
12
-------------------------------------------------------------------------------
13
 
14
configuration t400_decoder_rtl_c0 of t400_decoder is
15
 
16
  for rtl
17
 
18
    for opc_table_b: t400_opc_table
19
      use configuration work.t400_opc_table_rtl_c0;
20
    end for;
21
 
22
  end for;
23
 
24
end t400_decoder_rtl_c0;
25
 
26
 
27
-------------------------------------------------------------------------------
28
-- File History:
29
--
30
-- $Log: not supported by cvs2svn $
31
-------------------------------------------------------------------------------

powered by: WebSVN 2.1.0

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