3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

wip: symfpu pass

This commit is contained in:
Jannis Harder 2026-07-15 14:50:06 +12:00 committed by Krystine Sherwin
parent d4f39588a7
commit 0ef11ee048
No known key found for this signature in database
5 changed files with 427 additions and 0 deletions

View file

@ -7,6 +7,12 @@ add_subdirectory(json11)
add_subdirectory(minisat)
add_subdirectory(sha1)
add_subdirectory(subcircuit)
add_library(symfpu INTERFACE)
target_include_directories(symfpu INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}
)
block()
set(BUILD_SHARED_LIBS OFF)
include(FetchContent)

1
libs/symfpu Submodule

@ -0,0 +1 @@
Subproject commit aeaa3fa62730148c855f5a9e0a9b7040d48e0b7e