Skip to content

Commit cd7474f

Browse files
fix error: invalid use of incomplete type ‘const class PlacerCriticalities’
1 parent 928ac04 commit cd7474f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vpr/src/place/move_utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "place_constraints.h"
1212
#include "placer_state.h"
13+
#include "PlacerCriticalities.h"
1314

1415
//f_placer_breakpoint_reached is used to stop the placer when a breakpoint is reached.
1516
// When this flag is true, it stops the placer after the current perturbation. Thus, when a breakpoint is reached, this flag is set to true.

vpr/src/place/timing/PlacerCriticalities.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "clustered_netlist_utils.h"
77
#include "place_delay_model.h"
88
#include "vpr_net_pins_matrix.h"
9-
#include "PlacerCriticalities.h"
109

1110
/**
1211
* @brief Saves the placement criticality parameters

0 commit comments

Comments
 (0)