From 4e4b156e134c98341de5ecfbdc4f23cfb10692ea Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 4 Aug 2015 20:25:26 +0200 Subject: Added ENABLE_LIBYOSYS Makefile option --- misc/example.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') 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 -- cgit v1.2.3