Skip to content

Commit ccffd51

Browse files
committed
[vpr][place] fix update_net_layer declaration
1 parent 38e6b31 commit ccffd51

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

vpr/src/place/net_cost_handler.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,10 @@ static void update_net_bb(const ClusterNetId& net,
122122
* @param blk_pin
123123
* @param pl_moved_block
124124
*/
125-
static void update_net_layer_bb(const ClusterNetId net,
126-
const t_pl_blocks_to_be_moved& blocks_affected,
127-
int iblk,
128-
const ClusterBlockId blk,
129-
const ClusterPinId blk_pin);
125+
static void update_net_layer_bb(const ClusterNetId& net,
126+
const ClusterBlockId& blk,
127+
const ClusterPinId& blk_pin,
128+
const t_pl_moved_block& pl_moved_block);
130129

131130
/**
132131
* @brief Calculate the new connection delay and timing cost of all the

0 commit comments

Comments
 (0)