Run make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-03-18 17:36:27 -07:00
parent ef18f0ff78
commit a1b24f3a24
1 changed files with 2 additions and 0 deletions

View File

@ -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: