mirror of https://github.com/openXC7/prjxray.git
Address comments.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
c7d145a466
commit
03aa40d364
|
|
@ -361,8 +361,8 @@ proc node2wire {node} {
|
|||
}
|
||||
|
||||
proc write_grid_roi {fp} {
|
||||
foreach {slices} [split "$::env(XRAY_ROI)" " "] {
|
||||
foreach site_name [split "$slices" :] {
|
||||
foreach {sites} [split "$::env(XRAY_ROI)" " "] {
|
||||
foreach site_name [split "$sites" :] {
|
||||
set site [get_sites $site_name]
|
||||
set tile [get_tiles -of_objects $site]
|
||||
lappend grid_xs [get_property GRID_POINT_X $tile]
|
||||
|
|
|
|||
Loading…
Reference in New Issue