prjxray/utils/utils.tcl

10 lines
95 B
Tcl

proc route_via {net nodes} {
# FIXME
}
proc putl {lst} {
foreach line $lst {puts $line}
}