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

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA__Syms.h] - Rev 8

Compare with Previous | Blame | View Log

// Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Symbol table internal header
//
// Internal details; most calling programs do not need this header
 
#ifndef _VLinkRunCCA__Syms_H_
#define _VLinkRunCCA__Syms_H_
 
#include "verilated.h"
 
// INCLUDE MODULE CLASSES
#include "VLinkRunCCA.h"
 
// SYMS CLASS
class VLinkRunCCA__Syms : public VerilatedSyms {
  public:
 
    // LOCAL STATE
    const char* __Vm_namep;
    bool	__Vm_activity;		///< Used by trace routines to determine change occurred
    bool	__Vm_didInit;
    //char	__VpadToAlign10[6];
 
    // SUBCELL STATE
    VLinkRunCCA*                   TOPp;
 
    // COVERAGE
 
    // SCOPE NAMES
 
    // CREATORS
    VLinkRunCCA__Syms(VLinkRunCCA* topp, const char* namep);
    ~VLinkRunCCA__Syms() {};
 
    // METHODS
    inline const char* name() { return __Vm_namep; }
    inline bool getClearActivity() { bool r=__Vm_activity; __Vm_activity=false; return r;}
 
} VL_ATTR_ALIGNED(64);
#endif  /*guard*/
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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