From a4a033226fe555081563efb7d0e37d56c6f6803a Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Tue, 10 Dec 2019 14:38:24 +0100 Subject: [PATCH] Modified fuzzer 001 to include required features for Zynq parts. Signed-off-by: Maciej Kurc --- fuzzers/001-part-yaml/Makefile | 2 ++ fuzzers/001-part-yaml/xc7z010clg400-1_required_features.fasm | 4 ++++ fuzzers/001-part-yaml/xc7z020clg400-1_required_features.fasm | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 fuzzers/001-part-yaml/xc7z010clg400-1_required_features.fasm create mode 100644 fuzzers/001-part-yaml/xc7z020clg400-1_required_features.fasm diff --git a/fuzzers/001-part-yaml/Makefile b/fuzzers/001-part-yaml/Makefile index 34aa6e75..70b92fe7 100644 --- a/fuzzers/001-part-yaml/Makefile +++ b/fuzzers/001-part-yaml/Makefile @@ -6,6 +6,7 @@ database: $(SPECIMENS) cp build/specimen_001/part.yaml build/part.yaml python3 -m utils.xyaml build/part.yaml > build/part_no_iobanks.json python3 add_iobanks.py --part_json build/part_no_iobanks.json --iobanks_info build/specimen_001/iobanks.txt > build/part.json + cp ${XRAY_PART}_required_features.fasm build/ 2>/dev/null || true $(SPECIMENS): Makefile.specimen mkdir -p $@ @@ -14,6 +15,7 @@ $(SPECIMENS): Makefile.specimen pushdb: cp build/part.yaml ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.yaml cp build/part.json ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json + cp build/${XRAY_PART}_required_features.fasm ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}_required_features.fasm 2>/dev/null || true run: $(MAKE) clean diff --git a/fuzzers/001-part-yaml/xc7z010clg400-1_required_features.fasm b/fuzzers/001-part-yaml/xc7z010clg400-1_required_features.fasm new file mode 100644 index 00000000..f1cfc1d6 --- /dev/null +++ b/fuzzers/001-part-yaml/xc7z010clg400-1_required_features.fasm @@ -0,0 +1,4 @@ +CFG_CENTER_MID_X67Y32.ALWAYS_ON_PROP1 +CFG_CENTER_MID_X67Y32.ALWAYS_ON_PROP2 +CFG_CENTER_MID_X67Y32.ALWAYS_ON_PROP3 + diff --git a/fuzzers/001-part-yaml/xc7z020clg400-1_required_features.fasm b/fuzzers/001-part-yaml/xc7z020clg400-1_required_features.fasm new file mode 100644 index 00000000..a8b5d226 --- /dev/null +++ b/fuzzers/001-part-yaml/xc7z020clg400-1_required_features.fasm @@ -0,0 +1,3 @@ +CFG_CENTER_MID_X123Y84.ALWAYS_ON_PROP1 +CFG_CENTER_MID_X123Y84.ALWAYS_ON_PROP2 +CFG_CENTER_MID_X123Y84.ALWAYS_ON_PROP3