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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 52 to Rev 53
    Reverse comparison

Rev 52 → Rev 53

/trunk/rtl/vhdl/decoder.vhd
3,7 → 3,7
-- The Decoder unit.
-- It decodes the instruction opcodes and executes them.
--
-- $Id: decoder.vhd,v 1.5 2004-04-07 22:09:03 arniml Exp $
-- $Id: decoder.vhd,v 1.6 2004-04-14 20:53:33 arniml Exp $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
167,6 → 167,10
use work.t48_comp_pack.opc_decoder;
use work.t48_comp_pack.int;
 
-- pragma translate_off
use work.t48_tb_pack.tb_istrobe_s;
-- pragma translate_on
 
architecture rtl of decoder is
 
-- Opcode Decoder
1816,7 → 1820,12
--
-----------------------------------------------------------------------------
 
-- pragma translate_off
-- assign to global signal for testbench
tb_istrobe_s <= istrobe_s;
-- pragma translate_on
 
 
-----------------------------------------------------------------------------
-- Output Mapping.
-----------------------------------------------------------------------------
1839,6 → 1848,9
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.5 2004/04/07 22:09:03 arniml
-- remove unused signals
--
-- Revision 1.4 2004/04/04 14:18:53 arniml
-- add measures to implement XCHD
--

powered by: WebSVN 2.1.0

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