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