mirror of https://github.com/openXC7/prjxray.git
030-iob18: add issue link to hack used in Makefile
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
parent
9512609ff6
commit
3562cb8efd
|
|
@ -23,6 +23,7 @@ build/segbits_riob18.db: build/segbits_riob18.rdb process_rdb.py bits.dbf
|
|||
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 $@
|
||||
# TODO: This is a hack. See https://github.com/f4pga/prjxray/issues/2073
|
||||
echo 'RIOB18.IOB_Y0.SSTL12_SSTL135_SSTL15.IN !38_126 39_127' >> $@
|
||||
sort -o $@ $@
|
||||
${XRAY_MASKMERGE} build/mask_riob18.db $$(find -name segdata_riob18.txt)
|
||||
|
|
|
|||
Loading…
Reference in New Issue