23 lines
575 B
C++
23 lines
575 B
C++
// Verilated -*- C++ -*-
|
|
// DESCRIPTION: Verilator output: Symbol table implementation internals
|
|
|
|
#include "Vtb_top__Syms.h"
|
|
#include "Vtb_top.h"
|
|
#include "Vtb_top___024unit.h"
|
|
|
|
|
|
|
|
// FUNCTIONS
|
|
Vtb_top__Syms::Vtb_top__Syms(Vtb_top* topp, const char* namep)
|
|
// Setup locals
|
|
: __Vm_namep(namep)
|
|
, __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);
|
|
}
|