10 lines
493 B
C
10 lines
493 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_LDFLAGS "@SHARED@"
|
|
#define IVERILOG_VPI_LDLIBS "-lveriuser@SUFFIX@ -lvpi@SUFFIX@"
|
|
#define IVERILOG_SUFFIX "@SUFFIX@"
|