mirror of
https://github.com/verilator/verilator.git
synced 2025-02-07 22:21:52 +00:00
13 lines
297 B
C++
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;
|
||
|
}
|