29 lines
721 B
C++
29 lines
721 B
C++
// Verilated -*- C++ -*-
|
|
// DESCRIPTION: Verilator output: Design implementation internals
|
|
// See Vcache_simX.h for the primary calling header
|
|
|
|
#include "Vcache_simX_VX_icache_response_inter.h" // For This
|
|
#include "Vcache_simX__Syms.h"
|
|
|
|
//--------------------
|
|
// STATIC VARIABLES
|
|
|
|
|
|
//--------------------
|
|
|
|
VL_CTOR_IMP(Vcache_simX_VX_icache_response_inter) {
|
|
// Reset internal values
|
|
// Reset structure values
|
|
}
|
|
|
|
void Vcache_simX_VX_icache_response_inter::__Vconfigure(Vcache_simX__Syms* vlSymsp, bool first) {
|
|
if (0 && first) {} // Prevent unused
|
|
this->__VlSymsp = vlSymsp;
|
|
}
|
|
|
|
Vcache_simX_VX_icache_response_inter::~Vcache_simX_VX_icache_response_inter() {
|
|
}
|
|
|
|
//--------------------
|
|
// Internal Methods
|