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
For details see here: https://www.klayout.de/forum/discussion/2455/short-testing-connect-issue#latest
The issue happens in flat mode.
The problem is in _drc_netter.rb:705
layout = @engine.source.layout @l2n = RBA::LayoutToNetlist::new(layout.top_cell.name, layout.dbu)
The name of the cell should be taken from "source".
The text was updated successfully, but these errors were encountered:
Fixed issue #1594
d8c00de
Fixed issue #1594 (#1596)
3ab442b
Co-authored-by: Matthias Koefferlein <matthias@klayout.de>
386b567
klayoutmatthias
Successfully merging a pull request may close this issue.
For details see here: https://www.klayout.de/forum/discussion/2455/short-testing-connect-issue#latest
The issue happens in flat mode.
The problem is in _drc_netter.rb:705
The name of the cell should be taken from "source".
The text was updated successfully, but these errors were encountered: