You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vpr/src/place/move_utils.h
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -171,25 +171,6 @@ void compressed_grid_to_loc(t_logical_block_type_ptr blk_type, int cx, int cy, t
171
171
*/
172
172
boolfind_compatible_compressed_loc_in_range(t_logical_block_type_ptr type, int min_cx, int max_cx, int min_cy, int max_cy, int delta_cx, int cx_from, int cy_from, int& cx_to, int& cy_to, bool is_median);
//Manual moves struct: Contains the values needed for a manual move (e.g. block_ID, block_name, x_position, y_position, cost, timing, if input is valid, and if the move is acepted.
178
-
structmanual_move_info {
179
-
int block_id = -1;
180
-
std::string block_name = NULL;
181
-
int x_position = -1;
182
-
int y_position = -1;
183
-
float delta_cost = 0;
184
-
float delta_timing = 0;
185
-
bool valid_input = true;
186
-
e_move_result user_move_outcome = ABORTED;
187
-
e_move_result placer_move_outcome = ABORTED;
188
-
//considering adding more attributes needed for manual moves******
0 commit comments