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

Subversion Repositories ecpu_alu

[/] [ecpu_alu/] [trunk/] [alu/] [systemc/] [obj_dir/] [Valu_tb__Syms.cpp] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 leonous
// Verilated -*- C++ -*-
2
 
3
#include "Valu_tb__Syms.h"
4
#include "Valu_tb.h"
5
#include "Valu_tb_alu_tb.h"
6
 
7
// FUNCTIONS
8
Valu_tb__Syms::Valu_tb__Syms(Valu_tb* topp, const char* namep)
9
        // Setup locals
10
        : __Vm_namep(namep)
11
        , __Vm_activity(false)
12
        , __Vm_didInit(false)
13
        // Setup submodule names
14
        , TOP__v                         (Verilated::catName(topp->name(),".v"))
15
{
16
    // Pointer to top level
17
    TOPp = topp;
18
    // Setup each module's pointers to their submodules
19
    TOPp->v                         = &TOP__v;
20
    // Setup each module's pointer back to symbol table (for public functions)
21
    TOPp->__Vconfigure(this, true);
22
    TOP__v.__Vconfigure(this, true);
23
}
24
 

powered by: WebSVN 2.1.0

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