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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [rtl/] [vhdl/] [decoder.vhd] - Diff between revs 64 and 72

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

Rev 64 Rev 72
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- The Decoder unit.
-- The Decoder unit.
-- It decodes the instruction opcodes and executes them.
-- It decodes the instruction opcodes and executes them.
--
--
-- $Id: decoder.vhd,v 1.8 2004-04-18 18:57:43 arniml Exp $
-- $Id: decoder.vhd,v 1.9 2004-04-24 11:22:55 arniml Exp $
--
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
--
-- All rights reserved
-- All rights reserved
--
--
Line 394... Line 394...
                   clk_mstate_i,
                   clk_mstate_i,
                   clk_second_cycle_i,
                   clk_second_cycle_i,
                   cnd_take_branch_i,
                   cnd_take_branch_i,
                   opc_opcode_s,
                   opc_opcode_s,
                   opc_mnemonic_s,
                   opc_mnemonic_s,
                   data_i,
 
                   psw_carry_i,
                   psw_carry_i,
                   psw_f0_i,
                   psw_f0_i,
                   f1_q,
                   f1_q,
                   mb_q,
                   mb_q,
                   tim_int_s,
                   tim_int_s,
Line 1873... Line 1872...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.8  2004/04/18 18:57:43  arniml
 
-- + enhance instruction strobe generation
 
-- + rework address output under EA=1 conditions
 
--
-- Revision 1.7  2004/04/15 22:06:05  arniml
-- Revision 1.7  2004/04/15 22:06:05  arniml
-- + add marker for injected calls
-- + add marker for injected calls
-- + suppress intstruction strobes for injected calls
-- + suppress intstruction strobes for injected calls
--
--
-- Revision 1.6  2004/04/14 20:53:33  arniml
-- Revision 1.6  2004/04/14 20:53:33  arniml

powered by: WebSVN 2.1.0

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