Skip to content

Commit f91b728

Browse files
committed
[VPR] Code format
1 parent 8b830b5 commit f91b728

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

vpr/src/base/vpr_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ class t_pack_high_fanout_thresholds {
231231
std::map<std::string, int> overrides_;
232232
};
233233

234-
235234
/* these are defined later, but need to declare here because it is used */
236235
class t_rr_node;
237236
class t_pack_molecule;
@@ -1125,7 +1124,6 @@ enum e_router_algorithm {
11251124
TIMING_DRIVEN,
11261125
};
11271126

1128-
11291127
enum e_base_cost_type {
11301128
DELAY_NORMALIZED,
11311129
DELAY_NORMALIZED_LENGTH,

vpr/src/util/vpr_utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,4 @@ void print_timing_stats(std::string name,
171171
const t_timing_analysis_profile_info& current,
172172
const t_timing_analysis_profile_info& past = t_timing_analysis_profile_info());
173173

174-
175174
#endif

0 commit comments

Comments
 (0)