Skip to content

Commit 98e56f8

Browse files
committed
run make format
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent b3e6f83 commit 98e56f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vpr/src/route/router_lookahead_map_utils.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ enum e_representative_entry_method {
4242
*/
4343
class Cost_Entry {
4444
public:
45-
float delay; ///<Delay value of the cost entry
45+
float delay; ///<Delay value of the cost entry
4646
float congestion; ///<Base cost value of the cost entry
47-
bool fill; ///<Boolean specifying whether this Entry was created as a result of the cost map
48-
///<holes filling procedure
47+
bool fill; ///<Boolean specifying whether this Entry was created as a result of the cost map
48+
///<holes filling procedure
4949

5050
Cost_Entry() {
5151
delay = std::numeric_limits<float>::infinity();
@@ -191,7 +191,7 @@ class PQ_Entry {
191191
// A version of PQ_Entry that only calculates and stores the delay.
192192
class PQ_Entry_Delay {
193193
public:
194-
RRNodeId rr_node; //index in device_ctx.rr_nodes that this entry represents
194+
RRNodeId rr_node; //index in device_ctx.rr_nodes that this entry represents
195195
float delay_cost; //the cost of the path to get to this node
196196

197197
PQ_Entry_Delay(RRNodeId set_rr_node, int /*switch_ind*/, const PQ_Entry_Delay* parent);

0 commit comments

Comments
 (0)