File size: 291 Bytes
d8ff16a | 1 2 3 4 5 6 7 8 9 10 11 12 13 | // Verilated -*- C++ -*-
// DESCRIPTION: Verilator output: Tracing declarations
#include "verilated_vcd_c.h"
void Vsim___024root__traceDeclTypesSub0(VerilatedVcd* tracep) {
}
void Vsim___024root__trace_decl_types(VerilatedVcd* tracep) {
Vsim___024root__traceDeclTypesSub0(tracep);
}
|