From 8a34bc3c07912e9d911a698817b514c84780baa7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 22 Dec 2017 23:21:44 +0100 Subject: [PATCH] Add README.md files to all PIP fuzzers Signed-off-by: Clifford Wolf --- fuzzers/050-intpips/README | 6 ------ fuzzers/050-intpips/README.md | 7 +++++++ fuzzers/051-imuxlout/README.md | 6 ++++++ fuzzers/052-clkin/README.md | 6 ++++++ fuzzers/053-ctrlin/README.md | 6 ++++++ fuzzers/054-gfan/README.md | 6 ++++++ fuzzers/055-gnd/README.md | 6 ++++++ fuzzers/056-rempips/README.md | 6 ++++++ fuzzers/057-bipips/README.md | 6 ++++++ fuzzers/058-hclkpips/README.md | 6 ++++++ 10 files changed, 55 insertions(+), 6 deletions(-) delete mode 100644 fuzzers/050-intpips/README create mode 100644 fuzzers/050-intpips/README.md create mode 100644 fuzzers/051-imuxlout/README.md create mode 100644 fuzzers/052-clkin/README.md create mode 100644 fuzzers/053-ctrlin/README.md create mode 100644 fuzzers/054-gfan/README.md create mode 100644 fuzzers/055-gnd/README.md create mode 100644 fuzzers/056-rempips/README.md create mode 100644 fuzzers/057-bipips/README.md create mode 100644 fuzzers/058-hclkpips/README.md diff --git a/fuzzers/050-intpips/README b/fuzzers/050-intpips/README deleted file mode 100644 index fd64df07..00000000 --- a/fuzzers/050-intpips/README +++ /dev/null @@ -1,6 +0,0 @@ - -Experiment looking into the INT PIPs -==================================== - -Results: ??? - diff --git a/fuzzers/050-intpips/README.md b/fuzzers/050-intpips/README.md new file mode 100644 index 00000000..3c59b925 --- /dev/null +++ b/fuzzers/050-intpips/README.md @@ -0,0 +1,7 @@ + +Generic fuzzer for INT PIPs +--------------------------- + +Run this fuzzer a few times until it stops adding new PIPs to the +database. + diff --git a/fuzzers/051-imuxlout/README.md b/fuzzers/051-imuxlout/README.md new file mode 100644 index 00000000..d60a1f8d --- /dev/null +++ b/fuzzers/051-imuxlout/README.md @@ -0,0 +1,6 @@ + +Fuzzer for INT LOGIC\_OUTS -> IMUX PIPs +--------------------------------------- + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/052-clkin/README.md b/fuzzers/052-clkin/README.md new file mode 100644 index 00000000..e7620d1e --- /dev/null +++ b/fuzzers/052-clkin/README.md @@ -0,0 +1,6 @@ + +Fuzzer for INT PIPs driving the CLK wires +----------------------------------------- + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/053-ctrlin/README.md b/fuzzers/053-ctrlin/README.md new file mode 100644 index 00000000..b0491f8e --- /dev/null +++ b/fuzzers/053-ctrlin/README.md @@ -0,0 +1,6 @@ + +Fuzzer for INT PIPs driving the CTRL wires +------------------------------------------ + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/054-gfan/README.md b/fuzzers/054-gfan/README.md new file mode 100644 index 00000000..759b168f --- /dev/null +++ b/fuzzers/054-gfan/README.md @@ -0,0 +1,6 @@ + +Fuzzer for INT PIPs driving the GFAN wires +------------------------------------------ + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/055-gnd/README.md b/fuzzers/055-gnd/README.md new file mode 100644 index 00000000..2ddb1f56 --- /dev/null +++ b/fuzzers/055-gnd/README.md @@ -0,0 +1,6 @@ + +Fuzzer for INT PIPs driving the GFAN wires with GND +--------------------------------------------------- + +Run this fuzzer once. + diff --git a/fuzzers/056-rempips/README.md b/fuzzers/056-rempips/README.md new file mode 100644 index 00000000..71d44531 --- /dev/null +++ b/fuzzers/056-rempips/README.md @@ -0,0 +1,6 @@ + +Fuzzer for the remaining INT PIPs +--------------------------------- + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/057-bipips/README.md b/fuzzers/057-bipips/README.md new file mode 100644 index 00000000..ff0d6008 --- /dev/null +++ b/fuzzers/057-bipips/README.md @@ -0,0 +1,6 @@ + +Fuzzer for bidirectional INT PIPs +--------------------------------- + +Run this fuzzer a few times until it produces an empty todo.txt file. + diff --git a/fuzzers/058-hclkpips/README.md b/fuzzers/058-hclkpips/README.md new file mode 100644 index 00000000..d40cb638 --- /dev/null +++ b/fuzzers/058-hclkpips/README.md @@ -0,0 +1,6 @@ + +Fuzzer for PIPs in HCLK titles +------------------------------ + +Run this fuzzer once. +