aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-04 20:25:26 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-04 20:25:26 +0200
commit4e4b156e134c98341de5ecfbdc4f23cfb10692ea (patch)
tree438faf3c27bffb409ff6a30c364dfab0f2e71684 /misc
parentc7fd3fbb68351a09575eb66e5db8de06d6ab1984 (diff)
downloadyosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.tar.gz
yosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.tar.bz2
yosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.zip
Added ENABLE_LIBYOSYS Makefile option
Diffstat (limited to 'misc')
-rw-r--r--misc/example.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/example.cc b/misc/example.cc
index 67d0d7be5..2e35bcd46 100644
--- a/misc/example.cc
+++ b/misc/example.cc
@@ -1,3 +1,4 @@
+// Note: Set ENABLE_LIBYOSYS=1 in Makefile or Makefile.conf to build libyosys.so
// yosys-config --exec --cxx -o example --cxxflags --ldflags example.cc -lyosys -lstdc++
#include <kernel/yosys.h>