summaryrefslogtreecommitdiff
path: root/verilog/alu/v6/obj_dir/Valu6__Syms.cpp
blob: c9b82afdd3f01170431ca6f2b5aef6fa975ada45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Symbol table implementation internals

#include "Valu6__Syms.h"
#include "Valu6.h"



// FUNCTIONS
Valu6__Syms::~Valu6__Syms()
{
}

Valu6__Syms::Valu6__Syms(Valu6* topp, const char* namep)
    // Setup locals
    : __Vm_namep(namep)
    , __Vm_activity(false)
    , __Vm_baseCode(0)
    , __Vm_didInit(false)
    // Setup submodule names
{
    // Pointer to top level
    TOPp = topp;
    // Setup each module's pointers to their submodules
    // Setup each module's pointer back to symbol table (for public functions)
    TOPp->__Vconfigure(this, true);
}