mirror of https://github.com/openXC7/prjxray.git
commit
0311f9b305
|
|
@ -21,7 +21,7 @@ route_design
|
||||||
|
|
||||||
# write_checkpoint -force design.dcp
|
# write_checkpoint -force design.dcp
|
||||||
|
|
||||||
set fp [open "../todo.txt" r]
|
set fp [open "../../todo.txt" r]
|
||||||
set todo_lines {}
|
set todo_lines {}
|
||||||
for {gets $fp line} {$line != ""} {gets $fp line} {
|
for {gets $fp line} {$line != ""} {gets $fp line} {
|
||||||
lappend todo_lines [split $line .]
|
lappend todo_lines [split $line .]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue