tutorial tweaks

This commit is contained in:
Nayiri K
2022-09-14 11:28:11 -07:00
parent 64620e2c7d
commit 9c7e5fc06a
3 changed files with 16 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ class ExampleDriver(CLIDriver):
# hammer_vlsi.HammerTool.make_pre_insertion_hook("route_design", example_add_fillers),
# make_post_insertion_hook will execute the custom hook after the specified step
hammer_vlsi.HammerTool.make_post_insertion_hook("init_design", example_tool_settings),
# hammer_vlsi.HammerTool.make_post_insertion_hook("init_design", example_tool_settings),
# make_replacement_hook will replace the specified step with a custom hook
# hammer_vlsi.HammerTool.make_replacement_hook("place_tap_cells", example_place_tap_cells),