Possible fix needed? #7890
ariasensing
started this conversation in
General
Replies: 2 comments
-
|
Yes. I noticed that too. I think you should create an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I created #7908 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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);
}
....
Beta Was this translation helpful? Give feedback.
All reactions