packages feed

clashilator-0.1.0: template/Impl.h.mustache

#pragma once

#include "VSim.h"
#include "verilated.h"
#include "Interface.h"

extern "C" {
    VSim* vinit();
    void vstep(VSim* top, const INPUT* input, OUTPUT* output);
    void vshutdown(VSim* top);
}