From a1b24f3a24b4f7bef00f66f14e74203b959939b2 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 18 Mar 2019 17:36:27 -0700 Subject: [PATCH] Run make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/041-clk-hrow-pips/top.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzers/041-clk-hrow-pips/top.py b/fuzzers/041-clk-hrow-pips/top.py index c4ec2dc4..5ac8692d 100644 --- a/fuzzers/041-clk-hrow-pips/top.py +++ b/fuzzers/041-clk-hrow-pips/top.py @@ -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: