// -*- C++ -*- //************************************************************************* // DESCRIPTION: Verilator: Configure source; system configuration // // This file is part of Verilator. // // Author: Wilson Snyder // // Code available from: http://www.veripool.org/verilator // //************************************************************************* // // Copyright 2003-2009 by Wilson Snyder. This program is free software; you 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. // // Verilator is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // //************************************************************************* //********************************************************************** //**** Version and host name #define DTVERSION "Verilator 3.720 2009/10/26" //********************************************************************** //**** Functions //* Set define if we have function: strdup (string) #define HAVE_STRDUP 0 //********************************************************************** //**** Headers // Set define if we have header: #define HAVE_FCNTL_H 0 // Set define if we have header: #define HAVE_MATH_H 1 // Set define if we have header: #define HAVE_UNISTD_H 0 // Set define if we have header: #define HAVE_SYS_TIME_H 0 // Set define if we have header: #define HAVE_SYS_UN_H 0 // Set define if we have header: #define HAVE_STDINT_H 0 // Set define if we have header: #define HAVE_MINGW_STDINT_H 0 // Set define if we have header: #define HAVE_INTTYPES_H 0 //********************************************************************** //**** Default environment // Set defines to defaults for environment variables // If set to "", this default is ignored and the user is expected // to set them at Verilator runtime. #ifndef DEFENV_SYSTEMC # define DEFENV_SYSTEMC "" #endif #ifndef DEFENV_SYSTEMC_ARCH # define DEFENV_SYSTEMC_ARCH "" #endif #ifndef DEFENV_SYSTEMPERL # define DEFENV_SYSTEMPERL "" #endif #ifndef DEFENV_SYSTEMPERL_INCLUDE # define DEFENV_SYSTEMPERL_INCLUDE "" #endif #ifndef DEFENV_VERILATOR_ROOT # define DEFENV_VERILATOR_ROOT "" #endif //********************************************************************** //**** Compile options #include #include #include #include #include using namespace std; //********************************************************************** //**** OS and compiler specifics #include "verilatedos.h"