Skip to content

Commit 554841b

Browse files
committed
fix a typo
1 parent 3c96ac0 commit 554841b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/utils/alloc_and_load_rr_indexed_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ static void load_rr_indexed_data_base_costs(const RRGraphView& rr_graph,
351351
rr_indexed_data[RRIndexedDataId(SOURCE_COST_INDEX)].base_cost = delay_normalization_fac;
352352
rr_indexed_data[RRIndexedDataId(SINK_COST_INDEX)].base_cost = 0.;
353353
rr_indexed_data[RRIndexedDataId(OPIN_COST_INDEX)].base_cost = delay_normalization_fac;
354-
// IF the SPEC_CPU flag is set, we need to make sure that all floating point numbers are perfectly representable in
354+
// If the SPEC_CPU flag is set, we need to make sure that all floating point numbers are perfectly representable in
355355
// binary format. Thus, we changed the IPIN_COST_INDEX base cost from 0.95 to 0.875.
356356
// This number is perfectly representable in a binary mantissa (without round-off) so we can get the same routing result on different platforms.
357357
// Since the router cost calculations and heap use floating point numbers, normally we get slightly different round off with different compiler settings,

0 commit comments

Comments
 (0)