Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
30
simX/obj_dir/Vcache_simX_VX_dcache_request_inter.cpp
Normal file
30
simX/obj_dir/Vcache_simX_VX_dcache_request_inter.cpp
Normal file
@@ -0,0 +1,30 @@
|
||||
// Verilated -*- C++ -*-
|
||||
// DESCRIPTION: Verilator output: Design implementation internals
|
||||
// See Vcache_simX.h for the primary calling header
|
||||
|
||||
#include "Vcache_simX_VX_dcache_request_inter.h" // For This
|
||||
#include "Vcache_simX__Syms.h"
|
||||
|
||||
//--------------------
|
||||
// STATIC VARIABLES
|
||||
|
||||
|
||||
//--------------------
|
||||
|
||||
VL_CTOR_IMP(Vcache_simX_VX_dcache_request_inter) {
|
||||
// Reset internal values
|
||||
// Reset structure values
|
||||
VL_RAND_RESET_W(128,__PVT__out_cache_driver_in_address);
|
||||
__PVT__out_cache_driver_in_valid = VL_RAND_RESET_I(4);
|
||||
}
|
||||
|
||||
void Vcache_simX_VX_dcache_request_inter::__Vconfigure(Vcache_simX__Syms* vlSymsp, bool first) {
|
||||
if (0 && first) {} // Prevent unused
|
||||
this->__VlSymsp = vlSymsp;
|
||||
}
|
||||
|
||||
Vcache_simX_VX_dcache_request_inter::~Vcache_simX_VX_dcache_request_inter() {
|
||||
}
|
||||
|
||||
//--------------------
|
||||
// Internal Methods
|
||||
Reference in New Issue
Block a user