mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added "cover" command
This commit is contained in:
parent
e589289df7
commit
2f54345cff
8 changed files with 175 additions and 34 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ TARGETS = yosys yosys-config
|
|||
|
||||
all: top-all
|
||||
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -D_YOSYS_ -fPIC -I${DESTDIR}/include
|
||||
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
|
||||
QMAKE = qmake-qt4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue