2007-12-30 21:19:36 +01:00
|
|
|
/* For now do not put the Icarus Verilog include or library paths here.
|
|
|
|
|
* They are generated from a registry entry the user must set (-ivl=).
|
|
|
|
|
* This may change in the future once I have thought about it more. */
|
|
|
|
|
#define IVERILOG_VPI_CC "@IVLCC@"
|
|
|
|
|
#define IVERILOG_VPI_CXX "@IVLCXX@"
|
|
|
|
|
#define IVERILOG_VPI_CFLAGS " @IVLCFLAGS@"
|
2015-05-04 19:35:45 +02:00
|
|
|
#define IVERILOG_VPI_CXXFLAGS " @IVLCXXFLAGS@"
|
2007-12-30 21:19:36 +01:00
|
|
|
#define IVERILOG_VPI_LDFLAGS "@SHARED@"
|
2025-10-18 14:55:01 +02:00
|
|
|
#define IVERILOG_VPI_LDLIBS "@VPILIBS@"
|
2008-11-17 20:13:56 +01:00
|
|
|
#define IVERILOG_SUFFIX "@SUFFIX@"
|