mirror of https://github.com/openXC7/prjxray.git
rempips: fix todo.txt path
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
cffdd62105
commit
175d5f0047
|
|
@ -21,7 +21,7 @@ route_design
|
|||
|
||||
# write_checkpoint -force design.dcp
|
||||
|
||||
set fp [open "../todo.txt" r]
|
||||
set fp [open "../../todo.txt" r]
|
||||
set todo_lines {}
|
||||
for {gets $fp line} {$line != ""} {gets $fp line} {
|
||||
lappend todo_lines [split $line .]
|
||||
|
|
|
|||
Loading…
Reference in New Issue