Fix routing overrides.

Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
Keith Rothman
2018-10-29 18:40:24 -07:00
parent 9e312087d5
commit 4a7edc0d61
+2 -2
View File
@@ -408,7 +408,7 @@ if {$fixed_xdc eq ""} {
set y_left [expr {$y_left + $PITCH}]
} else {
set node "INT_R_X25Y${y_right}/WW2BEG1"
route_via2 "din_IBUF[$i]" "$node INT_R_X23Y${y_right}/WL1BEG0"
route_via2 "din_IBUF[$i]" "$node"
set y_right [expr {$y_right + $PITCH}]
}
set net "din[$i]"
@@ -441,7 +441,7 @@ if {$fixed_xdc eq ""} {
set y_left [expr {$y_left + $PITCH}]
# XXX: only care about right ports on Arty
} else {
set node "INT_R_X23Y${y_right}/SE6BEG0"
set node "INT_R_X23Y${y_right}/LH12"
route_via2 "roi/dout[$i]" "$node"
set y_right [expr {$y_right + $PITCH}]
}