3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-30 07:43:40 +00:00

wip: symfpu pass

This commit is contained in:
Jannis Harder 2026-03-11 12:58:52 +13:00 committed by Krystine Sherwin
parent 70a11c6bf0
commit 25848020cc
No known key found for this signature in database
5 changed files with 419 additions and 0 deletions

View file

@ -700,6 +700,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