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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [rtl/] [vhdl/] [opc_decoder-c.vhd] - Diff between revs 4 and 179

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 4 Rev 179
Line 2... Line 2...
--
--
-- The Opcode Decoder.
-- The Opcode Decoder.
-- Derives instruction mnemonics and multicycle information
-- Derives instruction mnemonics and multicycle information
-- using the OPC table unit.
-- using the OPC table unit.
--
--
-- $Id: opc_decoder-c.vhd,v 1.1 2004-03-23 21:31:52 arniml Exp $
-- $Id: opc_decoder-c.vhd,v 1.2 2005-06-11 10:08:43 arniml Exp $
--
--
-- All rights reserved
-- All rights reserved
--
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
 
configuration opc_decoder_rtl_c0 of opc_decoder is
configuration t48_opc_decoder_rtl_c0 of t48_opc_decoder is
 
 
  for rtl
  for rtl
 
 
    for opc_table_b: opc_table
    for opc_table_b: t48_opc_table
      use configuration work.opc_table_rtl_c0;
      use configuration work.t48_opc_table_rtl_c0;
    end for;
    end for;
 
 
  end for;
  end for;
 
 
end opc_decoder_rtl_c0;
end t48_opc_decoder_rtl_c0;
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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