verilator/test_regress/t/t_timing_dpi_unsup.cpp

13 lines
297 B
C++
Raw Normal View History

// -*- mode: C++; c-file-style: "cc-mode" -*-
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2023 by Toru Niina.
// SPDX-License-Identifier: CC0-1.0
#include "Vt_timing_dpi__Dpi.h"
int tb_c_wait() {
tb_sv_wait(10);
return 0;
}