Skip to content

Commit d20f162

Browse files
committed
[vpr][place] remove adding .place.init from the init place file
1 parent 1ae9f51 commit d20f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/place.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ void try_place(const Netlist<>& net_list,
462462
if (!placer_opts.write_initial_place_file.empty()) {
463463
print_place(nullptr,
464464
nullptr,
465-
(placer_opts.write_initial_place_file + ".init.place").c_str());
465+
(placer_opts.write_initial_place_file).c_str());
466466
}
467467

468468
#ifdef ENABLE_ANALYTIC_PLACE

0 commit comments

Comments
 (0)