/** * @file wrapper.h * @brief Wrapper around (System)Verilog headers to make life easier. * * @copyright Copyright (C) 2023 John Jekel * See the LICENSE file at the root of the project for licensing info. * * TODO longer description * */ #ifndef WRAPPER_H #define WRAPPER_H /* ------------------------------------------------------------------------------------------------ * Constants/Defines * --------------------------------------------------------------------------------------------- */ //TODO /* ------------------------------------------------------------------------------------------------ * Includes * --------------------------------------------------------------------------------------------- */ #include "svdpi.h" #include "vpi_user.h" #include "sv_vpi_user.h" /* ------------------------------------------------------------------------------------------------ * Type/Class Declarations * --------------------------------------------------------------------------------------------- */ //TODO /* ------------------------------------------------------------------------------------------------ * Function Declarations * --------------------------------------------------------------------------------------------- */ //TODO #endif//WRAPPER_H