mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo
This commit is contained in:
parent
6c70396a05
commit
93a6549539
|
|
@ -19,7 +19,7 @@ class supply_router(router):
|
||||||
def __init__(self, layers, design, bbox=None, pin_type=None):
|
def __init__(self, layers, design, bbox=None, pin_type=None):
|
||||||
|
|
||||||
# `router_tech` contains tech constants for the router
|
# `router_tech` contains tech constants for the router
|
||||||
graph_router.__init__(self, layers, design, bbox)
|
router.__init__(self, layers, design, bbox)
|
||||||
|
|
||||||
# Side supply pin type
|
# Side supply pin type
|
||||||
# (can be "top", "bottom", "right", "left", and "ring")
|
# (can be "top", "bottom", "right", "left", and "ring")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue