RTL-Openenv / tasks /task3 /sim_build /Vtop___024root__Slow.cpp
NeerjaK's picture
Upload folder using huggingface_hub
adceaef verified
Raw
History Blame Contribute Delete
961 Bytes
// Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Design implementation internals
// See Vtop.h for the primary calling header
#include "Vtop__pch.h"
#include "Vtop__Syms.h"
#include "Vtop___024root.h"
// Parameter definitions for Vtop___024root
constexpr IData/*31:0*/ Vtop___024root::moore_ol__DOT__S0;
constexpr IData/*31:0*/ Vtop___024root::moore_ol__DOT__S1;
constexpr IData/*31:0*/ Vtop___024root::moore_ol__DOT__S2;
constexpr IData/*31:0*/ Vtop___024root::moore_ol__DOT__S3;
constexpr IData/*31:0*/ Vtop___024root::moore_ol__DOT__S4;
void Vtop___024root___ctor_var_reset(Vtop___024root* vlSelf);
Vtop___024root::Vtop___024root(Vtop__Syms* symsp, const char* v__name)
: VerilatedModule{v__name}
, vlSymsp{symsp}
{
// Reset structure values
Vtop___024root___ctor_var_reset(this);
}
void Vtop___024root::__Vconfigure(bool first) {
(void)first; // Prevent unused variable warning
}
Vtop___024root::~Vtop___024root() {
}