Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Dec 9, 2024
1 parent bbfe645 commit 3887c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rsz/src/Resizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ void Resizer::bufferOutput(const Pin* top_pin, LibertyCell* buffer_cell)
Pin* buffer_op_pin = nullptr;
getBufferPins(buffer, buffer_ip_pin, buffer_op_pin);

// get the iterm for each of the buffer pins
// use the db converter function (staToDb) which error checks.
odb::dbITerm* buffer_ip_pin_iterm = db_network_->staToDb(buffer_ip_pin);
odb::dbITerm* buffer_op_pin_iterm = db_network_->staToDb(buffer_op_pin);

Expand Down

0 comments on commit 3887c27

Please sign in to comment.