From 941ae551c9ce46fbb140e71af9692334156f0202 Mon Sep 17 00:00:00 2001 From: John McMaster Date: Mon, 29 Jan 2018 15:49:35 -0800 Subject: [PATCH] roi_harness: write design.txt into output dir Signed-off-by: John McMaster --- minitests/roi_harness/runme.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitests/roi_harness/runme.tcl b/minitests/roi_harness/runme.tcl index b8b12396..ebe28930 100644 --- a/minitests/roi_harness/runme.tcl +++ b/minitests/roi_harness/runme.tcl @@ -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 ""} {