diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-04 20:25:26 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-04 20:25:26 +0200 |
commit | 4e4b156e134c98341de5ecfbdc4f23cfb10692ea (patch) | |
tree | 438faf3c27bffb409ff6a30c364dfab0f2e71684 /misc/example.cc | |
parent | c7fd3fbb68351a09575eb66e5db8de06d6ab1984 (diff) | |
download | yosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.tar.gz yosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.tar.bz2 yosys-4e4b156e134c98341de5ecfbdc4f23cfb10692ea.zip |
Added ENABLE_LIBYOSYS Makefile option
Diffstat (limited to 'misc/example.cc')
-rw-r--r-- | misc/example.cc | 1 |
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> |