mirror of https://github.com/openXC7/prjxray.git
Add a third IOI, LIOI_X0Y9, for special handling. Without this change,
LIOI_X0Y9 has empty "bits" in tilegrid.json. Note there is no RIOI at Y9, since the bottom right region of the 100T is high speed serial IO. Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
parent
316461a42d
commit
26484851d7
|
|
@ -12,7 +12,7 @@ export XRAY_EXCLUDE_ROI_TILEGRID=""
|
||||||
# (special handling for frame addresses of certain IOIs -- see the script for details).
|
# (special handling for frame addresses of certain IOIs -- see the script for details).
|
||||||
# This needs to be changed for any new device!
|
# This needs to be changed for any new device!
|
||||||
# If you have a FASM mismatch or unknown bits in IOIs, CHECK THIS FIRST.
|
# If you have a FASM mismatch or unknown bits in IOIs, CHECK THIS FIRST.
|
||||||
export XRAY_IOI3_TILES="RIOI3_X57Y109 LIOI3_X0Y109"
|
export XRAY_IOI3_TILES="LIOI3_X0Y9 LIOI3_X0Y109 RIOI3_X57Y109"
|
||||||
|
|
||||||
# clock pin
|
# clock pin
|
||||||
export XRAY_PIN_00="Y22"
|
export XRAY_PIN_00="Y22"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue