Skip to content

Commit 12b681a

Browse files
updated the default value for --noc_swap_percentage option
With NoC initial placement, we no longer need to move NoC routers more than what the RL agent suggests.
1 parent 7e5ad48 commit 12b681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/read_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
28232823
.help(
28242824
"Sets the minimum fraction of swaps attempted by the placer that are NoC blocks."
28252825
"This value is an integer ranging from 0-100. 0 means NoC blocks will be moved at the same rate as other blocks. 100 means all swaps attempted by the placer are NoC router blocks.")
2826-
.default_value("40")
2826+
.default_value("0")
28272827
.show_in(argparse::ShowIn::HELP_ONLY);
28282828

28292829
noc_grp.add_argument<std::string>(args.noc_placement_file_name, "--noc_placement_file_name")

0 commit comments

Comments
 (0)