2013-01-18 02:40:37 +00:00
|
|
|
// -*- mode: C++; c-file-style: "cc-mode" -*-
|
|
|
|
//*************************************************************************
|
|
|
|
//
|
2021-01-01 15:29:54 +00:00
|
|
|
// Copyright 2003-2021 by Wilson Snyder. This program is free software; you can
|
2013-01-18 02:40:37 +00:00
|
|
|
// redistribute it and/or modify it under the terms of either the GNU
|
2020-03-21 15:24:24 +00:00
|
|
|
// Lesser General Public License Version 3 or the Perl Artistic License
|
2013-01-18 02:40:37 +00:00
|
|
|
// Version 2.0.
|
2020-03-21 15:24:24 +00:00
|
|
|
// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
2013-01-18 02:40:37 +00:00
|
|
|
//
|
|
|
|
//*************************************************************************
|
|
|
|
///
|
|
|
|
/// \file
|
|
|
|
/// \brief Verilator: Auto version information include for all Verilated C files
|
|
|
|
///
|
2019-11-08 03:33:59 +00:00
|
|
|
/// Code available from: https://verilator.org
|
2013-01-18 02:40:37 +00:00
|
|
|
///
|
|
|
|
//*************************************************************************
|
2019-10-05 00:17:11 +00:00
|
|
|
|
2013-01-18 02:40:37 +00:00
|
|
|
///**** Product and Version name
|
|
|
|
|
|
|
|
// Autoconf substitutes this with the strings from AC_INIT.
|
2020-04-14 02:51:35 +00:00
|
|
|
#define VERILATOR_PRODUCT "@PACKAGE_NAME@"
|
|
|
|
#define VERILATOR_VERSION "@PACKAGE_VERSION@"
|