From b86bbe375f2d4ae873f54972c64590d12ba20e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 5 May 2019 01:26:54 +0200 Subject: [PATCH] Updated 2019 05 05 (markdown) --- 2019-05-05.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/2019-05-05.md b/2019-05-05.md index 361e11f..0d36df9 100644 --- a/2019-05-05.md +++ b/2019-05-05.md @@ -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: