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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [bench/] [verilog/] [tb_openMSP430.v] - Diff between revs 94 and 98

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

Rev 94 Rev 98
Line 29... Line 29...
//
//
// *Author(s):
// *Author(s):
//              - Olivier Girard,    olgirard@gmail.com
//              - Olivier Girard,    olgirard@gmail.com
//
//
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// $Rev: 94 $
// $Rev: 98 $
// $LastChangedBy: olivier.girard $
// $LastChangedBy: olivier.girard $
// $LastChangedDate: 2011-02-24 21:33:35 +0100 (Thu, 24 Feb 2011) $
// $LastChangedDate: 2011-02-28 21:20:51 +0100 (Mon, 28 Feb 2011) $
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
`include "timescale.v"
`include "timescale.v"
`include "openMSP430_defines.v"
`include "openMSP430_defines.v"
 
 
 
 
Line 475... Line 475...
   `else
   `else
     `ifdef VPD_FILE
     `ifdef VPD_FILE
        $vcdplusfile("tb_openMSP430.vpd");
        $vcdplusfile("tb_openMSP430.vpd");
        $vcdpluson();
        $vcdpluson();
     `else
     `else
 
       `ifdef TRN_FILE
 
          $recordfile ("tb_openMSP430.trn");
 
          $recordvars;
 
       `else
        $dumpfile("tb_openMSP430.vcd");
        $dumpfile("tb_openMSP430.vcd");
        $dumpvars(0, tb_openMSP430);
        $dumpvars(0, tb_openMSP430);
     `endif
     `endif
   `endif
   `endif
 
   `endif
  end
  end
 
 
//
//
// End of simulation
// End of simulation
//----------------------------------------
//----------------------------------------

powered by: WebSVN 2.1.0

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