mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
wip: symfpu pass
This commit is contained in:
parent
d4f39588a7
commit
0ef11ee048
5 changed files with 427 additions and 0 deletions
|
|
@ -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
1
libs/symfpu
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit aeaa3fa62730148c855f5a9e0a9b7040d48e0b7e
|
||||
Loading…
Add table
Add a link
Reference in a new issue