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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_5_beta/] [bench/] [vhdl/] [tb.vhd] - Diff between revs 33 and 56

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

Rev 33 Rev 56
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- The testbench for t48_core.
-- The testbench for t48_core.
--
--
-- $Id: tb.vhd,v 1.5 2004-03-29 19:45:15 arniml Exp $
-- $Id: tb.vhd,v 1.6 2004-04-14 20:57:44 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 315... Line 315...
      if tb_accu_s = "10101010" then
      if tb_accu_s = "10101010" then
        wait on tb_accu_s;
        wait on tb_accu_s;
        if tb_accu_s = "01010101" then
        if tb_accu_s = "01010101" then
          wait on tb_accu_s;
          wait on tb_accu_s;
          if tb_accu_s = "00000001" then
          if tb_accu_s = "00000001" then
 
            -- wait for instruction strobe of this move
 
            wait until tb_istrobe_s'event and tb_istrobe_s = '1';
 
            -- wait for next strobe
 
            wait until tb_istrobe_s'event and tb_istrobe_s = '1';
            assert false
            assert false
              report "Simulation Result: PASS."
              report "Simulation Result: PASS."
              severity note;
              severity note;
          else
          else
            assert false
            assert false
Line 343... Line 347...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.5  2004/03/29 19:45:15  arniml
 
-- rename pX_limp to pX_low_imp
 
--
-- Revision 1.4  2004/03/28 21:30:25  arniml
-- Revision 1.4  2004/03/28 21:30:25  arniml
-- connect prog_n_o
-- connect prog_n_o
--
--
-- Revision 1.3  2004/03/26 22:39:28  arniml
-- Revision 1.3  2004/03/26 22:39:28  arniml
-- enhance simulation result string
-- enhance simulation result string

powered by: WebSVN 2.1.0

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