Skip to content

Commit

Permalink
segbits_hclk_ioi: fix missing ONLY_DIFF_IN_USE
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Oct 12, 2023
1 parent 728c748 commit d2502a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzzers/030-iob18/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ build/segbits_riob18.db: build/segbits_riob18.rdb process_rdb.py bits.dbf

build/segbits_hclk_ioi.rdb: $(SPECIMENS_OK)
${XRAY_SEGMATCH} -c 10 -o build/segbits_hclk_ioi.rdb $$(find -name segdata_hclk_ioi.txt)
# since only LVDS is an ONLY_DIFF iostandard on the high performance banks, LVDS_IN_USE and ONLY_DIFF_IN_USE
# are synonymous. To prevent dbfixup removing both, because they have identical bits, we need to remove one of them
sed -i '/LVDS_IN_USE/d' $@

build/segbits_hclk_ioi.db: build/segbits_hclk_ioi.rdb
${XRAY_DBFIXUP} --db-root build --zero-db hclk_bits.dbf --seg-fn-in build/segbits_hclk_ioi.rdb --seg-fn-out $@
Expand Down

0 comments on commit d2502a0

Please sign in to comment.