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".
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".