From 0357b3e4b1aa4399c9297223c4514ab7464c35b6 Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Fri, 24 Apr 2020 11:48:45 +0200 Subject: [PATCH] Fix formatting after updating license headers Signed-off-by: Tomasz Michalak Signed-off-by: Tim 'mithro' Ansell --- fuzzers/030-iob/check_results.py | 1 - fuzzers/030-iob/process_rdb.py | 1 - fuzzers/044-clk-bufg-pips/build_zdb.py | 1 - fuzzers/046-clk-bufg-muxed-pips/build_zdb.py | 1 - fuzzers/060-bram-cascades/unmanagle_pips.py | 1 + fuzzers/074-dump_all/reduce_tile_types.py | 1 - prjxray/site_type.py | 1 - prjxray/state_gen.py | 1 + prjxray/tile_segbits_alias.py | 1 - prjxray/timing.py | 1 - 10 files changed, 2 insertions(+), 8 deletions(-) diff --git a/fuzzers/030-iob/check_results.py b/fuzzers/030-iob/check_results.py index 300495c5..8b366a59 100644 --- a/fuzzers/030-iob/check_results.py +++ b/fuzzers/030-iob/check_results.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Sanity checks FASM output from IOB fuzzer. The IOB fuzzer is fairly complicated, and it's output is hard to verify by inspected. For this reason, check_results.py was written to compare the diff --git a/fuzzers/030-iob/process_rdb.py b/fuzzers/030-iob/process_rdb.py index f19ec142..37832db1 100644 --- a/fuzzers/030-iob/process_rdb.py +++ b/fuzzers/030-iob/process_rdb.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ IOB bits are more complicated than can be easily expressed to segmaker. There are couple cases that need to be handled here: diff --git a/fuzzers/044-clk-bufg-pips/build_zdb.py b/fuzzers/044-clk-bufg-pips/build_zdb.py index e3d12804..af824204 100644 --- a/fuzzers/044-clk-bufg-pips/build_zdb.py +++ b/fuzzers/044-clk-bufg-pips/build_zdb.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Tool for building zero db file for BUFG pips. This requires that the rdb files be good enough to identify all the 0 candidate features, which may take multiple manual iterations. Manual iterations can diff --git a/fuzzers/046-clk-bufg-muxed-pips/build_zdb.py b/fuzzers/046-clk-bufg-muxed-pips/build_zdb.py index e3d12804..af824204 100644 --- a/fuzzers/046-clk-bufg-muxed-pips/build_zdb.py +++ b/fuzzers/046-clk-bufg-muxed-pips/build_zdb.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Tool for building zero db file for BUFG pips. This requires that the rdb files be good enough to identify all the 0 candidate features, which may take multiple manual iterations. Manual iterations can diff --git a/fuzzers/060-bram-cascades/unmanagle_pips.py b/fuzzers/060-bram-cascades/unmanagle_pips.py index 74af9673..c215cee7 100644 --- a/fuzzers/060-bram-cascades/unmanagle_pips.py +++ b/fuzzers/060-bram-cascades/unmanagle_pips.py @@ -10,6 +10,7 @@ # SPDX-License-Identifier: ISC import argparse + def main(): parser = argparse.ArgumentParser( description="Converts generic BRAM pips to BRAM_L and BRAM_R pips.") diff --git a/fuzzers/074-dump_all/reduce_tile_types.py b/fuzzers/074-dump_all/reduce_tile_types.py index ec670ab3..ca8bc552 100644 --- a/fuzzers/074-dump_all/reduce_tile_types.py +++ b/fuzzers/074-dump_all/reduce_tile_types.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Reduce tile types to prototypes that are always correct. The dump-all generate.tcl dumps all instances of each tile type. Some tiles are missing wires. reduce_tile_types.py generates the superset tile that diff --git a/prjxray/site_type.py b/prjxray/site_type.py index 104fd1cf..c396fd22 100644 --- a/prjxray/site_type.py +++ b/prjxray/site_type.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Description of a site type """ from collections import namedtuple import enum diff --git a/prjxray/state_gen.py b/prjxray/state_gen.py index 35976267..4a0af6e9 100644 --- a/prjxray/state_gen.py +++ b/prjxray/state_gen.py @@ -11,6 +11,7 @@ from prjxray import util + class StateGen(object): """ Manages fuzzer state generation across multiple sites. diff --git a/prjxray/tile_segbits_alias.py b/prjxray/tile_segbits_alias.py index 9cfc259d..1e8a3793 100644 --- a/prjxray/tile_segbits_alias.py +++ b/prjxray/tile_segbits_alias.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ TileSegbitsAlias provides an alias from one tile type to another. TileSegbitsAlias performs severals functions to achieve the alias: - Remaps tile type from the original tile type to the alias tile type diff --git a/prjxray/timing.py b/prjxray/timing.py index f199f2a1..c14b0b7e 100644 --- a/prjxray/timing.py +++ b/prjxray/timing.py @@ -8,7 +8,6 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC - """ Route timing delay definitions. Routing delay is formed from two parts in this model: