File: config.h.in

package info (click to toggle)
iverilog 12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,148 kB
  • sloc: cpp: 109,972; ansic: 62,713; yacc: 10,216; sh: 3,470; vhdl: 3,246; perl: 1,814; makefile: 1,774; python: 78; csh: 2
file content (10 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/* 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    "-lveriuser@SUFFIX@ -lvpi@SUFFIX@"
#define IVERILOG_SUFFIX        "@SUFFIX@"