mirror of https://github.com/openXC7/prjxray.git
roi_harness: write design.txt into output dir
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
2f28ad2e51
commit
941ae551c9
|
|
@ -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 ""} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue