We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strm2oas ignores path segment after + VIRTUAL .. + RECT ..
See the attached test_virtual.tgz
VERSION 5.8 ; DESIGN test ; UNITS DISTANCE MICRONS 1000 ; DIEAREA ( -1 -1 ) ( 8 8 ) ; NETS 1 ; - dummy + ROUTED M1 ( 0 0 ) ( 5 0 ) VIRTUAL ( 7 1 ) RECT ( -3 0 -1 2 ) ( 7 7 ) ; END NETS END DESIGN
The text was updated successfully, but these errors were encountered:
Thanks, perfect!
I'll take a look.
Matthias
Sorry, something went wrong.
I basically think it is a more general topic.
How is that understood?
( 7 1 ) RECT ( -3 0 -1 2 ) ( 7 7 )
Is that a segment ( 7 1 ) -> ( 7 7 ) and a separate rectangle?
( 7 1 ) -> ( 7 7 )
In other words: are rectangles objects that terminate a path or are these out-of-band items and the path will continue across the rectangle?
see http://coriolis.lip6.fr/doc/lefdef/lefdefref/lefdefref.pdf page 267/268 figure 4-5 for a detailed explanation.
Fixed issue #1432 (strm2oas def ignores path segment)
3b9f3ea
klayoutmatthias
Successfully merging a pull request may close this issue.
strm2oas ignores path segment after + VIRTUAL .. + RECT ..
See the attached test_virtual.tgz
The text was updated successfully, but these errors were encountered: