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:
parent
a3494fa9ed
commit
74af3a2b70
3 changed files with 93 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue