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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_stack.vhd] - Diff between revs 2 and 69

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

Rev 2 Rev 69
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- The stack unit.
-- The stack unit.
--
--
-- $Id: t400_stack.vhd,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
-- $Id: t400_stack.vhd,v 1.2 2006-05-27 19:15:59 arniml Exp $
--
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
--
-- All rights reserved
-- All rights reserved
--
--
Line 67... Line 67...
  );
  );
 
 
end t400_stack;
end t400_stack;
 
 
 
 
 
-- pragma translate_off
 
use work.tb_pack.tb_sa_s;
 
-- pragma translate_on
 
 
architecture rtl of t400_stack is
architecture rtl of t400_stack is
 
 
  signal sa_q,
  signal sa_q,
         sb_q,
         sb_q,
         sc_q  : pc_t;
         sc_q  : pc_t;
Line 120... Line 124...
  end process stack;
  end process stack;
  --
  --
  -----------------------------------------------------------------------------
  -----------------------------------------------------------------------------
 
 
 
 
 
  -- pragma translate_off
 
  -- instrument interrupt testbench
 
  tb_sa_s <= sa_q;
 
  -- pragma translate_on
 
 
 
 
  -----------------------------------------------------------------------------
  -----------------------------------------------------------------------------
  -- Output mapping
  -- Output mapping
  -----------------------------------------------------------------------------
  -----------------------------------------------------------------------------
  pc_o <= sa_q;
  pc_o <= sa_q;
 
 
Line 132... Line 142...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.1.1.1  2006/05/06 01:56:45  arniml
 
-- import from local CVS repository, LOC_CVS_0_1
 
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
 
 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.