URL
https://opencores.org/ocsvn/systemc_rng/systemc_rng/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 5 |
Line 44... |
Line 44... |
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//
|
//
|
// CVS Revision History
|
// CVS Revision History
|
//
|
//
|
// $Log: not supported by cvs2svn $
|
// $Log: not supported by cvs2svn $
|
|
//
|
|
// Revision 1.1.1.1 2004/08/19 14:27:14 jcastillo
|
|
// First import
|
|
//
|
|
|
#include "systemc.h"
|
#include "systemc.h"
|
#include "iostream.h"
|
|
#include "stimulus.h"
|
#include "stimulus.h"
|
#include "rng.h"
|
#include "rng.h"
|
|
|
|
#ifdef __GNUC__
|
|
#include "iostream.h"
|
|
#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;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.