From 7a0b819f504a18ee10e628f18fb6f87b0dfbeb8f Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 9 Jan 2019 00:55:42 +0100 Subject: [PATCH] ps7/top.py: format fix Signed-off-by: Alessandro Comodi --- fuzzers/005-tilegrid/ps7/top.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fuzzers/005-tilegrid/ps7/top.py b/fuzzers/005-tilegrid/ps7/top.py index b0aef187..f5fc6069 100644 --- a/fuzzers/005-tilegrid/ps7/top.py +++ b/fuzzers/005-tilegrid/ps7/top.py @@ -681,10 +681,10 @@ module top(input clk, stb, di, output do); .SAXIHP3WVALID () ); ''' % { - 'loc': 'site_name', - 'dut': 'site_name', - 'isone': isone - }) + 'loc': 'site_name', + 'dut': 'site_name', + 'isone': isone + }) print("endmodule") write_params(params)