mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
[consider merging] Bugfix for LayoutToNetlistReader
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
#%l2n-klayout
|
||||
W(TOP)
|
||||
U(0.001)
|
||||
H(I B(info))
|
||||
H(W B(warning))
|
||||
H(E B(error))
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
#%l2n-klayout
|
||||
top(TOP)
|
||||
unit(0.001)
|
||||
|
||||
# Layer section
|
||||
# This section lists the mask layers (drawing or derived) and their connections.
|
||||
|
||||
# Mask layers
|
||||
|
||||
# Mask layer connectivity
|
||||
|
||||
# Log entries
|
||||
message(info description(info))
|
||||
message(warning description(warning))
|
||||
message(error description(error))
|
||||
|
||||
# Circuit section
|
||||
# Circuits are the hierarchical building blocks of the netlist.
|
||||
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
#%l2n-klayout
|
||||
top(TOP)
|
||||
unit(0.001)
|
||||
|
||||
# Layer section
|
||||
# This section lists the mask layers (drawing or derived) and their connections.
|
||||
|
||||
# Mask layers
|
||||
|
||||
# Mask layer connectivity
|
||||
|
||||
# Log entries
|
||||
message(info description(info))
|
||||
message(warning description(warning))
|
||||
message(error description(error))
|
||||
|
||||
# Circuit section
|
||||
# Circuits are the hierarchical building blocks of the netlist.
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
#%l2n-klayout
|
||||
W(TOP)
|
||||
U(0.001)
|
||||
H(I B(info))
|
||||
H(W B(warning))
|
||||
H(E B(error))
|
||||
Reference in New Issue
Block a user