Skip to content

Commit b007516

Browse files
authored
Merge pull request #2817 from verilog-to-routing/temp_move_gen_dir
move_generators directory
2 parents bd4d839 + b5ad0d1 commit b007516

24 files changed

+2
-2
lines changed

vpr/src/place/weighted_median_move_generator.h renamed to vpr/src/place/move_generators/weighted_median_move_generator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef VPR_WEIGHTED_MEDIAN_MOVE_GEN_H
22
#define VPR_WEIGHTED_MEDIAN_MOVE_GEN_H
3+
34
#include "move_generator.h"
45
#include "timing_place.h"
56

vpr/src/place/move_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "move_utils.h"
22

33
#include "move_transactions.h"
4-
#include "place_util.h"
54
#include "globals.h"
65

76
#include "vtr_random.h"

vpr/src/place/move_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ bool find_to_loc_centroid(t_logical_block_type_ptr blk_type,
286286

287287
const std::string& move_type_to_string(e_move_type);
288288

289-
/* find to loaction helper functions */
289+
/* find to location helper functions */
290290
/**
291291
* @brief convert compressed location to normal location
292292
*

0 commit comments

Comments
 (0)