Skip to content

strm2oas def ignores path segment after + VIRTUAL + RECT #1432

New issue

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

Closed
stefanottili opened this issue Jul 28, 2023 · 3 comments · Fixed by #1435
Closed

strm2oas def ignores path segment after + VIRTUAL + RECT #1432

stefanottili opened this issue Jul 28, 2023 · 3 comments · Fixed by #1435
Assignees
Labels
Milestone

Comments

@stefanottili
Copy link

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
@klayoutmatthias
Copy link
Collaborator

Thanks, perfect!

I'll take a look.

Matthias

@klayoutmatthias
Copy link
Collaborator

klayoutmatthias commented Jul 29, 2023

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?

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?

Matthias

@stefanottili
Copy link
Author

see http://coriolis.lip6.fr/doc/lefdef/lefdefref/lefdefref.pdf page 267/268 figure 4-5 for a detailed explanation.

@klayoutmatthias klayoutmatthias self-assigned this Jul 29, 2023
@klayoutmatthias klayoutmatthias added this to the 0.28.11 milestone Jul 29, 2023
@klayoutmatthias klayoutmatthias linked a pull request Jul 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants