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

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA__Syms.cpp] - Rev 8

Compare with Previous | Blame | View Log

// Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Symbol table implementation internals
 
#include "VLinkRunCCA__Syms.h"
#include "VLinkRunCCA.h"
 
// FUNCTIONS
VLinkRunCCA__Syms::VLinkRunCCA__Syms(VLinkRunCCA* topp, const char* namep)
	// Setup locals
	: __Vm_namep(namep)
	, __Vm_activity(false)
	, __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);
    // Setup scope names
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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