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@"
|
|
|
|
|
#define IVERILOG_VPI_LDFLAGS "@SHARED@"
|
2008-11-17 16:22:46 +01:00
|
|
|
#define IVERILOG_VPI_LDLIBS "-lveriuser@SUFFIX@ -lvpi@SUFFIX@"
|
2008-11-17 20:13:56 +01:00
|
|
|
#define IVERILOG_SUFFIX "@SUFFIX@"
|