From be334a38df26b12c9e21c6d2673bf6d75511043c Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Sun, 27 Jan 2019 06:58:21 -0800 Subject: [PATCH] Run make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/005-tilegrid/dsp/top.py | 3 +-- fuzzers/005-tilegrid/dsp_int/top.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fuzzers/005-tilegrid/dsp/top.py b/fuzzers/005-tilegrid/dsp/top.py index cbd75a79..2d3c1da3 100644 --- a/fuzzers/005-tilegrid/dsp/top.py +++ b/fuzzers/005-tilegrid/dsp/top.py @@ -24,8 +24,7 @@ def write_params(params): def run(): - print( - ''' + print(''' module top(); ''') diff --git a/fuzzers/005-tilegrid/dsp_int/top.py b/fuzzers/005-tilegrid/dsp_int/top.py index fc9aa246..d4c82f49 100644 --- a/fuzzers/005-tilegrid/dsp_int/top.py +++ b/fuzzers/005-tilegrid/dsp_int/top.py @@ -85,8 +85,8 @@ module top(); # # INT_L_X34Y85/INT_L.GFAN1->>IMUX_L30 :: Dark Green :: D1.C20 = 0 # INT_L_X34Y85/INT_L.GFAN1->>IMUX_L28 :: Color 10 :: D1.B2 = toggle - (d1_carryinsel1, d0_carryinsel0, d1_b8, d1_b6, d1_b2 - ) = itertools.islice(fuzz_iter, 5) + (d1_carryinsel1, d0_carryinsel0, d1_b8, d1_b6, + d1_b2) = itertools.islice(fuzz_iter, 5) params[int_tiles[0]] = (d1_carryinsel1, ) params[int_tiles[1]] = (d0_carryinsel0, ) params[int_tiles[2]] = (d1_b8, )