3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 16:45:32 +00:00

Added ENABLE_LIBYOSYS Makefile option

This commit is contained in:
Clifford Wolf 2015-08-04 20:25:26 +02:00
parent c7fd3fbb68
commit 4e4b156e13
2 changed files with 10 additions and 14 deletions

View file

@ -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>