adding layer explanation [skip ci]

This commit is contained in:
Nayiri K
2022-02-15 19:42:11 -08:00
parent c076b74cb0
commit 82d151c17a

View File

@@ -32,7 +32,7 @@ def example_tool_settings(x: hammer_vlsi.HammerTool) -> bool:
x.append('''
# TODO
# Place custom TCL here
# only route in met1 to met4
# only route in met1 to met4 [metal layers: li1(1), met1(2), ..., met4(5), met5(6)]
set_db route_design_bottom_routing_layer 2
set_db route_design_top_routing_layer 5
''')