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

Subversion Repositories systemc_rng

[/] [systemc_rng/] [trunk/] [rtl/] [systemc/] [stimulus.h] - Diff between revs 2 and 6

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

Rev 2 Rev 6
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"
 
 
SC_MODULE(stimulus){
SC_MODULE (stimulus)
 
{
 
 
         sc_in<bool> clk;
         sc_in<bool> clk;
         sc_out<bool> reset;
         sc_out<bool> reset;
 
 
         sc_out<bool> loadseed_o;
         sc_out<bool> loadseed_o;
         sc_out<sc_uint<32> > seed_o;
         sc_out<sc_uint<32> > seed_o;
     sc_in<sc_uint<32> > number_i;
     sc_in<sc_uint<32> > number_i;
 
 
         void tb();
         void tb();
 
 
         SC_CTOR(stimulus){
  SC_CTOR (stimulus)
 
  {
 
 
            cout.unsetf(ios::dec);
            cout.unsetf(ios::dec);
            cout.setf(ios::hex);
            cout.setf(ios::hex);
            cout.setf(ios::showbase);
            cout.setf(ios::showbase);
 
 

powered by: WebSVN 2.1.0

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