From 4a63316b5e76acf7088c36767e8ce3b17d55e4be Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Sat, 19 Mar 2022 07:43:30 +0700 Subject: [PATCH] 030-iob18: get rid of IOB_Y1.LVDS tags, because they are empty and upset process_rdb.py Signed-off-by: Hans Baier --- fuzzers/030-iob18/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzers/030-iob18/Makefile b/fuzzers/030-iob18/Makefile index 1fbbdeb56..a73872648 100644 --- a/fuzzers/030-iob18/Makefile +++ b/fuzzers/030-iob18/Makefile @@ -19,6 +19,8 @@ build/segbits_riob18.rdb: $(SPECIMENS_OK) ${XRAY_SEGMATCH} -c 23 -o build/segbits_riob18.rdb $$(find -name segdata_riob18.txt) build/segbits_riob18.db: build/segbits_riob18.rdb process_rdb.py bits.dbf +# delete the Y1 LVDS tags because they are empty anyway and are missing the DRIVE tag which upsets process_rdb.py + sed '/IOB18.IOB_Y1.LVDS/d' -i build/segbits_riob18.rdb python3 process_rdb.py build/segbits_riob18.rdb > build/segbits_riob18_processed.rdb ${XRAY_DBFIXUP} --db-root build --zero-db bits.dbf --groups tag_groups.txt --seg-fn-in build/segbits_riob18_processed.rdb --seg-fn-out $@ ${XRAY_MASKMERGE} build/mask_riob18.db $$(find -name segdata_riob18.txt)