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

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA__Syms.cpp] - 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 implementation internals
3
 
4
#include "VLinkRunCCA__Syms.h"
5
#include "VLinkRunCCA.h"
6
 
7
// FUNCTIONS
8
VLinkRunCCA__Syms::VLinkRunCCA__Syms(VLinkRunCCA* topp, const char* namep)
9
        // Setup locals
10
        : __Vm_namep(namep)
11
        , __Vm_activity(false)
12
        , __Vm_didInit(false)
13
        // Setup submodule names
14
{
15
    // Pointer to top level
16
    TOPp = topp;
17
    // Setup each module's pointers to their submodules
18
    // Setup each module's pointer back to symbol table (for public functions)
19
    TOPp->__Vconfigure(this, true);
20
    // Setup scope names
21
}
22
 

powered by: WebSVN 2.1.0

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