move rr_gsb and rr_chan to tileable rr_graph builder

This commit is contained in:
tangxifan 2020-03-04 14:14:28 -07:00
parent 4b7d2221d1
commit 6e83154703
5 changed files with 8 additions and 7 deletions

View File

@ -56,13 +56,14 @@ set_target_properties(libvpr8 PROPERTIES PREFIX "") #Avoid extra 'lib' prefix
#Specify link-time dependancies #Specify link-time dependancies
target_link_libraries(libvpr8 target_link_libraries(libvpr8
libvtrutil libvtrutil
libarchfpga libopenfpgautil
libsdcparse libarchfpga
libblifparse libsdcparse
libtatum libblifparse
libargparse libtatum
libpugixml) libargparse
libpugixml)
#link graphics library only when graphics set to on #link graphics library only when graphics set to on
if (VPR_USE_EZGL STREQUAL "on") if (VPR_USE_EZGL STREQUAL "on")