verilog
This commit is contained in:
36
tests/obj_dir/Vtest2___024root.h
Normal file
36
tests/obj_dir/Vtest2___024root.h
Normal file
@ -0,0 +1,36 @@
|
||||
// Verilated -*- C++ -*-
|
||||
// DESCRIPTION: Verilator output: Design internal header
|
||||
// See Vtest2.h for the primary calling header
|
||||
|
||||
#ifndef VERILATED_VTEST2___024ROOT_H_
|
||||
#define VERILATED_VTEST2___024ROOT_H_ // guard
|
||||
|
||||
#include "verilated.h"
|
||||
#include "verilated_timing.h"
|
||||
|
||||
class Vtest2__Syms;
|
||||
|
||||
class Vtest2___024root final : public VerilatedModule {
|
||||
public:
|
||||
|
||||
// DESIGN SPECIFIC STATE
|
||||
CData/*0:0*/ __VactContinue;
|
||||
IData/*31:0*/ __VactIterCount;
|
||||
VlDelayScheduler __VdlySched;
|
||||
VlTriggerVec<1> __VactTriggered;
|
||||
VlTriggerVec<1> __VnbaTriggered;
|
||||
|
||||
// INTERNAL VARIABLES
|
||||
Vtest2__Syms* const vlSymsp;
|
||||
|
||||
// CONSTRUCTORS
|
||||
Vtest2___024root(Vtest2__Syms* symsp, const char* v__name);
|
||||
~Vtest2___024root();
|
||||
VL_UNCOPYABLE(Vtest2___024root);
|
||||
|
||||
// INTERNAL METHODS
|
||||
void __Vconfigure(bool first);
|
||||
} VL_ATTR_ALIGNED(VL_CACHE_LINE_BYTES);
|
||||
|
||||
|
||||
#endif // guard
|
Reference in New Issue
Block a user