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

Subversion Repositories openmsp430

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

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

Rev 54 Rev 65
Line 29... Line 29...
//
//
// *Author(s):
// *Author(s):
//              - Olivier Girard,    olgirard@gmail.com
//              - Olivier Girard,    olgirard@gmail.com
//
//
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// $Rev: 54 $
// $Rev: 65 $
// $LastChangedBy: olivier.girard $
// $LastChangedBy: olivier.girard $
// $LastChangedDate: 2010-01-27 19:25:43 +0100 (Wed, 27 Jan 2010) $
// $LastChangedDate: 2010-02-24 22:48:34 +0100 (Wed, 24 Feb 2010) $
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
`include "timescale.v"
`include "timescale.v"
`include "openMSP430_defines.v"
`include "openMSP430_defines.v"
 
 
 
 
Line 469... Line 469...
//
//
// Generate Waveform
// Generate Waveform
//----------------------------------------
//----------------------------------------
initial
initial
  begin
  begin
 
   `ifdef NODUMP
 
   `else
   `ifdef VPD_FILE
   `ifdef VPD_FILE
     $vcdplusfile("tb_openMSP430.vpd");
     $vcdplusfile("tb_openMSP430.vpd");
     $vcdpluson();
     $vcdpluson();
   `else
   `else
     $dumpfile("tb_openMSP430.vcd");
     $dumpfile("tb_openMSP430.vcd");
     $dumpvars(0, tb_openMSP430);
     $dumpvars(0, tb_openMSP430);
   `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.