50 lines
1.1 KiB
C++
50 lines
1.1 KiB
C++
// Verilated -*- C++ -*-
|
|
// DESCRIPTION: Verilator output: Design internal header
|
|
// See VVortex.h for the primary calling header
|
|
|
|
#ifndef _VVortex_VX_dcache_request_inter_H_
|
|
#define _VVortex_VX_dcache_request_inter_H_
|
|
|
|
#include "verilated.h"
|
|
|
|
class VVortex__Syms;
|
|
|
|
//----------
|
|
|
|
VL_MODULE(VVortex_VX_dcache_request_inter) {
|
|
public:
|
|
|
|
// PORTS
|
|
|
|
// LOCAL SIGNALS
|
|
// Begin mtask footprint all:
|
|
VL_SIG(out_cache_driver_in_address[4],31,0);
|
|
VL_SIG8(out_cache_driver_in_valid[4],0,0);
|
|
VL_SIG(out_cache_driver_in_data[4],31,0);
|
|
|
|
// LOCAL VARIABLES
|
|
|
|
// INTERNAL VARIABLES
|
|
private:
|
|
VVortex__Syms* __VlSymsp; // Symbol table
|
|
public:
|
|
|
|
// PARAMETERS
|
|
|
|
// CONSTRUCTORS
|
|
private:
|
|
VL_UNCOPYABLE(VVortex_VX_dcache_request_inter); ///< Copying not allowed
|
|
public:
|
|
VVortex_VX_dcache_request_inter(const char* name="TOP");
|
|
~VVortex_VX_dcache_request_inter();
|
|
|
|
// API METHODS
|
|
|
|
// INTERNAL METHODS
|
|
void __Vconfigure(VVortex__Syms* symsp, bool first);
|
|
private:
|
|
void _ctor_var_reset() VL_ATTR_COLD;
|
|
} VL_ATTR_ALIGNED(128);
|
|
|
|
#endif // guard
|