Run make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-27 06:58:21 -08:00
parent 6424e5a701
commit be334a38df
2 changed files with 3 additions and 4 deletions

View File

@ -24,8 +24,7 @@ def write_params(params):
def run():
print(
'''
print('''
module top();
''')

View File

@ -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, )