Speed up histmem config when SICS starts up.

Clock scale, frame freq and source should be set in the instrument specific
hmm_configuration.tcl file, not in hmm_configuration_common_1.tcl.
This commit is contained in:
Ferdi Franceschini
2013-08-15 13:56:50 +10:00
parent 4434d97239
commit ca1e34856a
9 changed files with 35 additions and 5 deletions

View File

@@ -15,6 +15,10 @@ proc ::histogram_memory::init_OAT_TABLE {} {
OAT_TABLE Y -setdata BMIN -0.5
OAT_TABLE Y -setdata BMAX 1023.5
set clock_scale 1000
set freq 50
hmm configure fat_frame_source INTERNAL
OAT_TABLE -set X { 7.5 6.5 } NXC 8 Y { -0.5 0.5 } NYC 1024 T { 0 200000 } NTC 1
} message ] {
if {$::errorCode=="NONE"} {return $message}