mirror of
https://github.com/verilator/verilator.git
synced 2025-03-03 18:49:36 +00:00
15 lines
519 B
C++
15 lines
519 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 Shupei Fan.
|
||
|
// SPDX-License-Identifier: CC0-1.0
|
||
|
//
|
||
|
//*************************************************************************
|
||
|
|
||
|
#include "Vt_flag_lib_dpi__Dpi.h"
|
||
|
#include "svdpi.h"
|
||
|
|
||
|
#include <iostream>
|
||
|
void write_all_finished() { std::cout << "*-* All Finished *-*" << std::endl; }
|