gnd: fix todo path

Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-21 18:45:49 -08:00
parent 16fd7a1c98
commit ebd5114037
1 changed files with 1 additions and 1 deletions

View File

@ -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 .]