[lib] rename libopenfpga to libs

This commit is contained in:
tangxifan 2022-08-18 10:27:20 -07:00
parent e9c4d102c1
commit e909f4fabe
204 changed files with 2 additions and 5 deletions

View File

@ -153,7 +153,6 @@ endforeach()
#
# Sanitizer flags
#
set(SANITIZE_FLAGS "")
if(OPENFPGA_ENABLE_SANITIZE)
#Enable sanitizers
@ -197,10 +196,8 @@ endif()
#
# Sub-projects
#
#add_subdirectory(iverilog)
add_subdirectory(libopenfpga)
#add_subdirectory(yosys)
add_subdirectory(vtr-verilog-to-routing)
add_subdirectory(libs)
add_subdirectory(openfpga)
# yosys compilation starts

Some files were not shown because too many files have changed in this diff Show More