11 lines
518 B
C
11 lines
518 B
C
/* 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@"
|
|
#define IVERILOG_VPI_CXXFLAGS " @IVLCXXFLAGS@"
|
|
#define IVERILOG_VPI_LDFLAGS "@SHARED@"
|
|
#define IVERILOG_VPI_LDLIBS "@VPILIBS@"
|
|
#define IVERILOG_SUFFIX "@SUFFIX@"
|