roi_harness: write design.txt into output dir

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-01-29 15:49:35 -08:00
parent 2f28ad2e51
commit 941ae551c9
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ proc route_via2 {net nodes} {
}
# XXX: maybe add IOB?
set fp [open "design.txt" w]
set fp [open "$outdir/design.txt" w]
puts $fp "name node pin"
# Manual routing
if {$fixed_xdc eq ""} {