2023-04-28 13:21:09 +02:00
|
|
|
// -*- mode: C++; c-file-style: "cc-mode" -*-
|
|
|
|
|
//
|
2026-01-27 02:24:34 +01:00
|
|
|
// This file ONLY is placed under the Creative Commons Public Domain.
|
|
|
|
|
// SPDX-FileCopyrightText: 2023 Toru Niina
|
2023-04-28 13:21:09 +02:00
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
|
|
#include "Vt_timing_dpi__Dpi.h"
|
|
|
|
|
|
|
|
|
|
int tb_c_wait() {
|
|
|
|
|
tb_sv_wait(10);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|