verilator/test_regress/t/t_timing_dpi_unsup.cpp
Krzysztof Bieganski 77502aeb97
Add warning that timing controls in DPI exports are unsupported (#4238)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
2023-05-30 09:00:10 -04:00

13 lines
297 B
C++

// -*- 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;
}