mirror of https://github.com/openXC7/prjxray.git
030-iob: skip broken tile for zynq
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
27bba88fc8
commit
9bf9d4e0fd
|
|
@ -26,6 +26,8 @@ def skip_broken_tiles(d):
|
|||
"""
|
||||
if os.getenv('XRAY_DATABASE') == 'artix7' and d['tile'] == 'LIOB33_X0Y43':
|
||||
return True
|
||||
if os.getenv('XRAY_DATABASE') == 'zynq7' and d['tile'] == 'RIOB33_X31Y43':
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue