Skip to content

Commit

Permalink
030-iob18: get rid of IOB_Y1.LVDS tags, because they are empty and up…
Browse files Browse the repository at this point in the history
…set process_rdb.py

Signed-off-by: Hans Baier <hansfbaier@gmail.com>
  • Loading branch information
hansfbaier committed Mar 19, 2022
1 parent b913d3b commit 4a63316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzzers/030-iob18/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a63316

Please sign in to comment.