Skip to content

Possible fix needed? #7908

@maliberty

Description

@maliberty

Discussed in #7890

Originally posted by ariasensing July 24, 2025
Hi all,
While wandering around the code I have found this. Isn't it an infinite loop?
File dbUtil.cpp, line 256

dbNet* dbCreateNetUtil::createNetSingleWire(const char* netName,
int x1,
int y1,
int x2,
int y2,
int routingLayer,
dbTechLayerDir dir,
bool skipBterms)
{
if (dir == dbTechLayerDir::NONE) {
return createNetSingleWire(
netName, x1, y1, x2, y2, routingLayer, dir, skipBterms);
}

....

Metadata

Metadata

Assignees

Labels

odbOpenDB

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions