mirror of https://github.com/openXC7/prjxray.git
run make format
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
e464172e03
commit
9a88b77620
|
|
@ -15,8 +15,8 @@ set nodes [get_nodes]
|
||||||
|
|
||||||
create_pblock exclude_roi
|
create_pblock exclude_roi
|
||||||
foreach roi "$::env(XRAY_EXCLUDE_ROI_TILEGRID)" {
|
foreach roi "$::env(XRAY_EXCLUDE_ROI_TILEGRID)" {
|
||||||
puts "ROI: $roi"
|
puts "ROI: $roi"
|
||||||
resize_pblock [get_pblocks exclude_roi] -add "$roi"
|
resize_pblock [get_pblocks exclude_roi] -add "$roi"
|
||||||
}
|
}
|
||||||
|
|
||||||
set not_allowed_sites [get_sites -of_objects [get_pblocks exclude_roi]]
|
set not_allowed_sites [get_sites -of_objects [get_pblocks exclude_roi]]
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ set tiles [get_tiles]
|
||||||
|
|
||||||
create_pblock exclude_roi
|
create_pblock exclude_roi
|
||||||
foreach roi "$::env(XRAY_EXCLUDE_ROI_TILEGRID)" {
|
foreach roi "$::env(XRAY_EXCLUDE_ROI_TILEGRID)" {
|
||||||
puts "ROI: $roi"
|
puts "ROI: $roi"
|
||||||
resize_pblock [get_pblocks exclude_roi] -add "$roi"
|
resize_pblock [get_pblocks exclude_roi] -add "$roi"
|
||||||
}
|
}
|
||||||
|
|
||||||
set not_allowed_sites [get_sites -of_objects [get_pblocks exclude_roi]]
|
set not_allowed_sites [get_sites -of_objects [get_pblocks exclude_roi]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue