Skip to content

Commit ee6d528

Browse files
committed
closes #7836
Signed-off-by: osamahammad21 <osama21@aucegypt.edu>
1 parent 99be8f1 commit ee6d528

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/drt/src/io/io_parser_helper.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,9 @@ void io::Parser::initRPin()
952952
void io::Parser::initRPin_rpin()
953953
{
954954
for (auto& net : getBlock()->getNets()) {
955+
if (net->isConnectedByAbutment()) {
956+
continue;
957+
}
955958
// instTerm
956959
for (auto& instTerm : net->getInstTerms()) {
957960
auto inst = instTerm->getInst();

0 commit comments

Comments
 (0)