37 lines
825 B
C++
37 lines
825 B
C++
// Verilated -*- C++ -*-
|
|
// DESCRIPTION: Verilator output: Design implementation internals
|
|
// See VVortex.h for the primary calling header
|
|
|
|
#include "VVortex_VX_wb_inter.h"
|
|
#include "VVortex__Syms.h"
|
|
|
|
|
|
//--------------------
|
|
// STATIC VARIABLES
|
|
|
|
|
|
//--------------------
|
|
|
|
VL_CTOR_IMP(VVortex_VX_wb_inter) {
|
|
// Reset internal values
|
|
// Reset structure values
|
|
_ctor_var_reset();
|
|
}
|
|
|
|
void VVortex_VX_wb_inter::__Vconfigure(VVortex__Syms* vlSymsp, bool first) {
|
|
if (0 && first) {} // Prevent unused
|
|
this->__VlSymsp = vlSymsp;
|
|
}
|
|
|
|
VVortex_VX_wb_inter::~VVortex_VX_wb_inter() {
|
|
}
|
|
|
|
//--------------------
|
|
// Internal Methods
|
|
|
|
void VVortex_VX_wb_inter::_ctor_var_reset() {
|
|
VL_DEBUG_IF(VL_DBG_MSGF("+ VVortex_VX_wb_inter::_ctor_var_reset\n"); );
|
|
// Body
|
|
VL_RAND_RESET_W(128,write_data);
|
|
}
|