Skip to content

Commit

Permalink
Merge pull request #2817 from verilog-to-routing/temp_move_gen_dir
Browse files Browse the repository at this point in the history
move_generators directory
  • Loading branch information
vaughnbetz authored Nov 22, 2024
2 parents bd4d839 + b5ad0d1 commit b007516
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef VPR_WEIGHTED_MEDIAN_MOVE_GEN_H
#define VPR_WEIGHTED_MEDIAN_MOVE_GEN_H

#include "move_generator.h"
#include "timing_place.h"

Expand Down
1 change: 0 additions & 1 deletion vpr/src/place/move_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "move_utils.h"

#include "move_transactions.h"
#include "place_util.h"
#include "globals.h"

#include "vtr_random.h"
Expand Down
2 changes: 1 addition & 1 deletion vpr/src/place/move_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ bool find_to_loc_centroid(t_logical_block_type_ptr blk_type,

const std::string& move_type_to_string(e_move_type);

/* find to loaction helper functions */
/* find to location helper functions */
/**
* @brief convert compressed location to normal location
*
Expand Down

0 comments on commit b007516

Please sign in to comment.