Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-11-13 14:53:48 +11:00
parent b35c470c79
commit b84efe47cf
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#
namespace eval ::scobj::he3_polanal {
set debug_threshold 0
set debug_threshold 5
# preamble hook code starts
proc do_update { node dlist idx } {
if {[llength ${dlist}] > ${idx}} {
@@ -595,7 +595,7 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
}
hsetprop ${scobj_hpath} klass ${device_class}
hsetprop ${scobj_hpath} data true
hsetprop ${scobj_hpath} debug_threshold 0
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code goes here
} catch_message ]
handle_exception ${catch_status} ${catch_message}