mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
ef18f0ff78
commit
a1b24f3a24
|
|
@ -275,6 +275,7 @@ def bufhce_in_todo(todos, site):
|
|||
else:
|
||||
return True
|
||||
|
||||
|
||||
def need_gclk_connection(todos, site):
|
||||
x, y = BUFGCTRL_XY_FUN(site)
|
||||
assert x == 0
|
||||
|
|
@ -286,6 +287,7 @@ def need_gclk_connection(todos, site):
|
|||
|
||||
return False
|
||||
|
||||
|
||||
def only_gclk_left(todos):
|
||||
for srcs in todos.values():
|
||||
for src in srcs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue