post-par sim, align dco straps

This commit is contained in:
Harrison Liew
2019-10-04 00:27:44 -07:00
parent ff9f54525d
commit 9fa76f6141
5 changed files with 56 additions and 58 deletions

View File

@@ -24,7 +24,7 @@ def example_tool_settings(x: hammer_vlsi.HammerTool) -> bool:
x.append('''
# TODO
# Place custom TCL here
set_db route_design_bottom_routing_layer 1
set_db route_design_bottom_routing_layer 2
set_db route_design_top_routing_layer 7
''')
return True