Skip to content

Commit e27442b

Browse files
authored
Merge pull request #716 from os-fpga/rename_stars_to_planning
renamed 'stars' to 'planning'
2 parents a22c285 + 6b4db2f commit e27442b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+9
-8
lines changed

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ add_subdirectory(OpenFPGA)
291291
set(IPO_LINK_WARN_SUPRESS_FLAGS " ")
292292

293293

294-
# Sub-project stars (Static Timing Analysis Rapid Silicon)
295-
add_subdirectory(stars)
296-
add_dependencies(stars vpr)
294+
# Sub-project 'planning' (aka planner)
295+
add_subdirectory(planning)
296+
add_dependencies(planning vpr)
297+

stars/CMakeLists.txt renamed to planning/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project("stars")
3+
project("planning")
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -46,10 +46,10 @@ target_link_libraries(libPlanner
4646
# libvpr)
4747

4848
#Create the executable
49-
add_executable(stars ${EXEC_SOURCE})
50-
target_link_libraries(stars libPlanner libvpr)
49+
add_executable(planning ${EXEC_SOURCE})
50+
target_link_libraries(planning libPlanner libvpr)
5151

52-
set_target_properties(stars libPlanner PROPERTIES INTERPROCEDURAL_OPTIMIZATION OFF)
52+
set_target_properties(planning libPlanner PROPERTIES INTERPROCEDURAL_OPTIMIZATION OFF)
5353

54-
install(TARGETS stars DESTINATION bin)
54+
install(TARGETS planning DESTINATION bin)
5555

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)