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

Subversion Repositories systemc_rng

[/] [systemc_rng/] [trunk/] [bench/] [systemc/] [main.cpp] - Diff between revs 5 and 6

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

Rev 5 Rev 6
Line 44... Line 44...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2004/08/30 17:01:50  jcastillo
 
// Used indent command
 
//
 
// Revision 1.2  2004/08/25 15:32:23  jcastillo
 
// Corrected to run under MSVC60
//
//
// Revision 1.1.1.1  2004/08/19 14:27:14  jcastillo
// Revision 1.1.1.1  2004/08/19 14:27:14  jcastillo
// First import
// First import
//
//
 
 
Line 58... Line 63...
#ifdef __GNUC__
#ifdef __GNUC__
  #include "iostream.h"
  #include "iostream.h"
#endif
#endif
 
 
 
 
int sc_main(int argc, char* argv[]){
int
 
sc_main (int argc, char *argv[])
 
{
 
 
        sc_clock clk("clk",1,SC_US);
        sc_clock clk("clk",1,SC_US);
 
 
        rng *rng1;
        rng *rng1;
        stimulus *st1;
        stimulus *st1;

powered by: WebSVN 2.1.0

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