[lib] rename libopenfpga to libs
This commit is contained in:
parent
e9c4d102c1
commit
e909f4fabe
|
@ -153,7 +153,6 @@ endforeach()
|
||||||
#
|
#
|
||||||
# Sanitizer flags
|
# Sanitizer flags
|
||||||
#
|
#
|
||||||
|
|
||||||
set(SANITIZE_FLAGS "")
|
set(SANITIZE_FLAGS "")
|
||||||
if(OPENFPGA_ENABLE_SANITIZE)
|
if(OPENFPGA_ENABLE_SANITIZE)
|
||||||
#Enable sanitizers
|
#Enable sanitizers
|
||||||
|
@ -197,10 +196,8 @@ endif()
|
||||||
#
|
#
|
||||||
# Sub-projects
|
# Sub-projects
|
||||||
#
|
#
|
||||||
#add_subdirectory(iverilog)
|
|
||||||
add_subdirectory(libopenfpga)
|
|
||||||
#add_subdirectory(yosys)
|
|
||||||
add_subdirectory(vtr-verilog-to-routing)
|
add_subdirectory(vtr-verilog-to-routing)
|
||||||
|
add_subdirectory(libs)
|
||||||
add_subdirectory(openfpga)
|
add_subdirectory(openfpga)
|
||||||
|
|
||||||
# yosys compilation starts
|
# yosys compilation starts
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue