Skip to content

Commit 00d6d94

Browse files
committed
[vpr][pack] update comments
1 parent 48ba9b0 commit 00d6d94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/pack/prepack.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,8 @@ static AtomBlockId get_sink_block(const AtomBlockId block_id,
10991099
}
11001100

11011101
const auto& net_sinks = atom_nlist.net_sinks(net_id);
1102-
// If the pattern is a chain, allow nets with multiple sinks.
1103-
// This enables forming chains where the COUT is connected both to
1104-
// the next element in the chain and to the block's output pin.
1102+
// Iterate through all sink blocks and check whether any of them
1103+
// is compatible with the block specified in the pack pattern.
11051104
bool connected_to_latch = false;
11061105
AtomBlockId pattern_sink_block_id = AtomBlockId::INVALID();
11071106
for (const auto& sink_pin_id : net_sinks) {

0 commit comments

Comments
 (0)