summaryrefslogtreecommitdiff
path: root/verilog/alu/v6/obj_dir/Valu6__Syms.cpp
blob: fe8a162f0a3ea2aad581dd283d2e2463b5184022 (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
// Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Symbol table implementation internals

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

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

Valu6__Syms::Valu6__Syms(VerilatedContext* contextp, const char* namep,Valu6* modelp)
    : VerilatedSyms{contextp}
    // Setup internal state of the Syms class
    , __Vm_modelp{modelp}
    // Setup module instances
    , TOP{this, namep}
{
    // Configure time unit / time precision
    _vm_contextp__->timeunit(-6);
    _vm_contextp__->timeprecision(-9);
    // Setup each module's pointers to their submodules
    // Setup each module's pointer back to symbol table (for public functions)
    TOP.__Vconfigure(true);
}