Make genmotconf a bit quieter.

But it would be good to generate labels for the posit_n values.
This commit is contained in:
Ferdi Franceschini
2014-01-31 13:52:22 +11:00
parent 1678c5a73e
commit 8f2a1adec4

View File

@@ -161,7 +161,7 @@ foreach mn [lsort [array names motor_attcnt]] {
foreach {att v} $sorted_nv_list {
incr posnum
lappend posit_list "posit_${posnum} \$${mn}_$att"
puts "posit_${posnum} \$${mn}_$att = $v"
# puts "posit_${posnum} \$${mn}_$att = $v"
}
}
}