From a5b086bfcf6d47141c9dd49c9d8e4eadec679ce2 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 15 Mar 2019 19:37:23 -0700 Subject: [PATCH] Clearify ZDB and how it was generated. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/044-clk-bufg-pips/bits.dbf | 1 + fuzzers/044-clk-bufg-pips/build_zdb.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fuzzers/044-clk-bufg-pips/bits.dbf b/fuzzers/044-clk-bufg-pips/bits.dbf index 1fb02ee4..3ba9bed1 100644 --- a/fuzzers/044-clk-bufg-pips/bits.dbf +++ b/fuzzers/044-clk-bufg-pips/bits.dbf @@ -1,3 +1,4 @@ +# Generated from build_zdb.py 26_07 26_08 27_06,CLK_BUFG.CLK_BUFG_BUFGCTRL0_I0.CLK_BUFG_IMUX28_0 26_04 26_05 27_05,CLK_BUFG.CLK_BUFG_BUFGCTRL0_I1.CLK_BUFG_IMUX28_0 26_167 26_168 27_166,CLK_BUFG.CLK_BUFG_BUFGCTRL10_I0.CLK_BUFG_IMUX30_2 diff --git a/fuzzers/044-clk-bufg-pips/build_zdb.py b/fuzzers/044-clk-bufg-pips/build_zdb.py index b3d2fe34..8f8d8fe6 100644 --- a/fuzzers/044-clk-bufg-pips/build_zdb.py +++ b/fuzzers/044-clk-bufg-pips/build_zdb.py @@ -1,4 +1,4 @@ -""" Tool for building ZDB for BUFG pips. +""" 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 @@ -42,6 +42,8 @@ def main(): groups[dst][src] = bits + print('# Generated from build_zdb.py') + for dst in groups: if len(groups[dst]) == 1: continue