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

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA__Syms.h] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 jaytang
// Verilated -*- C++ -*-
2
// DESCRIPTION: Verilator output: Symbol table internal header
3
//
4
// Internal details; most calling programs do not need this header
5
 
6
#ifndef _VLinkRunCCA__Syms_H_
7
#define _VLinkRunCCA__Syms_H_
8
 
9
#include "verilated.h"
10
 
11
// INCLUDE MODULE CLASSES
12
#include "VLinkRunCCA.h"
13
 
14
// SYMS CLASS
15
class VLinkRunCCA__Syms : public VerilatedSyms {
16
  public:
17
 
18
    // LOCAL STATE
19
    const char* __Vm_namep;
20
    bool        __Vm_activity;          ///< Used by trace routines to determine change occurred
21
    bool        __Vm_didInit;
22
    //char      __VpadToAlign10[6];
23
 
24
    // SUBCELL STATE
25
    VLinkRunCCA*                   TOPp;
26
 
27
    // COVERAGE
28
 
29
    // SCOPE NAMES
30
 
31
    // CREATORS
32
    VLinkRunCCA__Syms(VLinkRunCCA* topp, const char* namep);
33
    ~VLinkRunCCA__Syms() {};
34
 
35
    // METHODS
36
    inline const char* name() { return __Vm_namep; }
37
    inline bool getClearActivity() { bool r=__Vm_activity; __Vm_activity=false; return r;}
38
 
39
} VL_ATTR_ALIGNED(64);
40
#endif  /*guard*/

powered by: WebSVN 2.1.0

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