Change signal escape router's high-level function name

This commit is contained in:
Eren Dogan 2023-08-01 11:26:25 -07:00
parent 42257fb7f8
commit dd152da5c2
1 changed files with 4 additions and 4 deletions

View File

@ -370,7 +370,7 @@ class sram_1bank(design, verilog, lef):
rtr = router(layers=self.m3_stack,
design=self,
bbox=bbox)
rtr.escape_route(pins_to_route)
rtr.route(pins_to_route)
def compute_bus_sizes(self):
""" Compute the independent bus widths shared between two and four bank SRAMs """