mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Finished "extract -mine" feature
This commit is contained in:
parent
5bb7578c91
commit
5bed90ae3a
3 changed files with 126 additions and 63 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ TARGETS = yosys
|
|||
|
||||
all: top-all
|
||||
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I$(shell pwd) -MD
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I$(shell pwd) -MD -D_YOSYS_
|
||||
LDFLAGS =
|
||||
LDLIBS = -lstdc++ -lreadline -lm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue