3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Archibald Rust and Clifford Wolf: ffi-based dpi_call()

This commit is contained in:
Clifford Wolf 2014-08-22 14:22:09 +02:00
parent a3494fa9ed
commit 74af3a2b70
3 changed files with 93 additions and 9 deletions

View file

@ -27,7 +27,7 @@ all: top-all
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include
LDFLAGS = -L${DESTDIR}/lib
LDLIBS = -lstdc++ -lreadline -lm -ldl
LDLIBS = -lstdc++ -lreadline -lm -lffi -ldl
QMAKE = qmake-qt4
SED = sed