Skip to content

Commit 3f875bb

Browse files
author
MohamedElgammal
committed
fix a typo
1 parent a80f75c commit 3f875bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/base/read_options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,9 +2756,9 @@ void set_conditional_defaults(t_options& args) {
27562756
// either basic or nonPenalizing basic
27572757
if (args.RL_agent_placement && (args.PlaceAlgorithm == BOUNDING_BOX_PLACE || !args.timing_analysis)) {
27582758
if (args.place_reward_fun.value() != "basic" && args.place_reward_fun.value() != "nonPenalizing_basic")
2759-
VTR_LOG_WARN("To use RLPlace for WLdriven placements, the reward function should be basic or nonPenalizing_basic.\n "
2759+
VTR_LOG_WARN("To use RLPlace for WLdriven placements, the reward function should be basic or nonPenalizing_basic.\n"
27602760
"you can specify the reward function using --place_reward_fun.\n"
2761-
"Setting the placement reward function to basic\n");
2761+
"Setting the placement reward function to \"basic\"\n");
27622762
args.place_reward_fun.set("basic", Provenance::INFERRED);
27632763
}
27642764

0 commit comments

Comments
 (0)