mirror of https://github.com/openXC7/prjxray.git
gnd: fix todo path
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
16fd7a1c98
commit
ebd5114037
|
|
@ -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