mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-21 17:44:45 +00:00
wip: symfpu pass
This commit is contained in:
parent
89f32a415b
commit
288f805da4
5 changed files with 419 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -684,6 +684,8 @@ OBJS += libs/minisat/SimpSolver.o
|
|||
OBJS += libs/minisat/Solver.o
|
||||
OBJS += libs/minisat/System.o
|
||||
|
||||
passes/cmds/symfpu.o: CXXFLAGS += -Ilibs
|
||||
|
||||
ifeq ($(ENABLE_ZLIB),1)
|
||||
OBJS += libs/fst/fstapi.o
|
||||
OBJS += libs/fst/fastlz.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue