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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [bench/] [sysc/] [include/] [TraceSC.h] - Diff between revs 48 and 49

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

Rev 48 Rev 49
Line 47... Line 47...
{
{
public:
public:
 
 
  // Constructor and destructor
  // Constructor and destructor
  TraceSC (sc_core::sc_module_name  name,
  TraceSC (sc_core::sc_module_name  name,
           Vorpsoc_fpga_top        *_traceTarget,
           Vorpsoc_top        *_traceTarget,
           const char              *dumpName);
           const char              *dumpName);
  ~TraceSC ();
  ~TraceSC ();
 
 
    // Method to drive the trace
    // Method to drive the trace
  void  driveTrace();
  void  driveTrace();
Line 60... Line 60...
  sc_in<bool>   clk;
  sc_in<bool>   clk;
 
 
private:
private:
 
 
  //! The ORPSoC module we are tracing
  //! The ORPSoC module we are tracing
  Vorpsoc_fpga_top *traceTarget;
  Vorpsoc_top *traceTarget;
 
 
#if VM_TRACE
#if VM_TRACE
  //! The System Perl Trace file
  //! The System Perl Trace file
  SpTraceVcdCFile *spTraceFile;
  SpTraceVcdCFile *spTraceFile;
#endif
#endif

powered by: WebSVN 2.1.0

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