verilator/src/V3EmitCMain.h

31 lines
948 B
C
Raw Normal View History

2020-04-22 00:45:23 +00:00
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
// DESCRIPTION: Verilator: Emit C main()
//
// Code available from: https://verilator.org
//
//*************************************************************************
//
2021-01-01 15:29:54 +00:00
// Copyright 2003-2021 by Wilson Snyder. This program is free software; you
2020-04-22 00:45:23 +00:00
// can redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License Version 3 or the Perl Artistic License
// Version 2.0.
// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
//
//*************************************************************************
#ifndef VERILATOR_V3EMITCMAIN_H_
#define VERILATOR_V3EMITCMAIN_H_
2020-04-22 00:45:23 +00:00
#include "config_build.h"
#include "verilatedos.h"
//============================================================================
class V3EmitCMain final {
2020-04-22 00:45:23 +00:00
public:
static void emit();
};
#endif // Guard