mirror of https://github.com/KLayout/klayout.git
Updated 2019 05 05 (markdown)
parent
89babb1b65
commit
b86bbe375f
|
|
@ -4,7 +4,7 @@ Layout-annotated netlists (LayoutToNetlist objects, .l2n files) can now be overl
|
|||
|
||||
From a script, open the browser this way:
|
||||
|
||||
```(ruby)
|
||||
```ruby
|
||||
l2n = ... a LayoutToNetlist object
|
||||
|
||||
view = RBA::LayoutView::current
|
||||
|
|
@ -14,7 +14,7 @@ view.show_l2ndb(l2ndb_index, view.active_cellview_index)
|
|||
|
||||
You can also save the annotated netlist to a file
|
||||
|
||||
```(ruby)
|
||||
```ruby
|
||||
l2n = ... a LayoutToNetlist object
|
||||
|
||||
l2n.write("layout_to_netlist.l2n")
|
||||
|
|
@ -28,7 +28,9 @@ klayout layout.gds -mn layout_to_netlist.l2n
|
|||
|
||||
or load the layout file and use "Tools/Netlist Browser". Chose "Open" from the file menu to open the .l2n file.
|
||||
|
||||
The Browser itself is build similar to the net tracer net browser. It features very similar configuration options.
|
||||
The Browser itself is build similar to the net tracer net browser. It features very similar configuration options. Here is a screenshot:
|
||||
|
||||
[[images/l2n_browser_screenshot.png]]
|
||||
|
||||
The central element of the browser is the netlist view. It is a hierarchical view of:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue