3
0
Fork 0
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:
Clifford Wolf 2013-03-02 18:57:14 +01:00
parent 5bb7578c91
commit 5bed90ae3a
3 changed files with 126 additions and 63 deletions

View file

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