mirror of https://github.com/openXC7/prjxray.git
roi_harness runme: add missing wire to header
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
c5496632ed
commit
618fbf87c4
|
|
@ -358,7 +358,7 @@ proc node2wire {node} {
|
|||
|
||||
# XXX: maybe add IOB?
|
||||
set fp [open "$outdir/design.txt" w]
|
||||
puts $fp "name node pin"
|
||||
puts $fp "name node pin wire"
|
||||
# Manual routing
|
||||
if {$fixed_xdc eq ""} {
|
||||
set x $X_BASE
|
||||
|
|
|
|||
Loading…
Reference in New Issue