Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bffb451

Browse files
committedSep 21, 2024·
include optional in initial_placement.h
1 parent ca9c748 commit bffb451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎vpr/src/place/initial_placement.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
class NocCostHandler;
55

6+
#include <optional>
7+
68
#include "place_macro.h"
79
#include "partition_region.h"
810

‎vpr/src/place/noc_place_utils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@ class NocCostHandler {
418418
*/
419419
double calculate_link_congestion_cost(const NocLink& link) const;
420420

421-
422-
423421
private:
424422
/**
425423
* @brief Represents the maximum values of the NoC cost normalization factors

0 commit comments

Comments
 (0)
Please sign in to comment.