Skip to content

Commit

Permalink
rename place_log_util to placement_log_printer
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Nov 27, 2024
1 parent d28d56d commit ddfec83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "place_log_util.h"
#include "placement_log_printer.h"

#include "vtr_log.h"
#include "annealer.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vpr/src/place/placer.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "placer_state.h"
#include "noc_place_utils.h"
#include "net_cost_handler.h"
#include "place_log_util.h"
#include "placement_log_printer.h"

class PlacementAnnealer;
namespace vtr{
Expand Down

0 comments on commit ddfec83

Please sign in to comment.