Added dummy functions to make scan, and nexus operations happy.
r1631 | ffr | 2007-03-12 09:25:56 +1100 (Mon, 12 Mar 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
122cdbee9e
commit
ea3bfe6cbb
@@ -12,8 +12,16 @@ hmm configure Counter counter
|
|||||||
hmm configure init 0
|
hmm configure init 0
|
||||||
hmm init
|
hmm init
|
||||||
|
|
||||||
MakeScanCommand hmscan bm scan.hdd recover.bin
|
#MakeScanCommand hmscan bm scan.hdd recover.bin
|
||||||
|
|
||||||
|
namespace eval histogram_memory {
|
||||||
proc hs_prepare {scanobjectname userobjectname} {}
|
proc hs_prepare {scanobjectname userobjectname} {}
|
||||||
proc hs_finish {scanobjectname userobjectname} {}
|
proc hs_finish {scanobjectname userobjectname} {}
|
||||||
proc hs_count_bm_controlled {scanobjectname userobjectname point mode preset} {}
|
proc hs_count_bm_controlled {scanobjectname userobjectname point mode preset} {}
|
||||||
|
proc hmm_initialize {} {}
|
||||||
|
proc hmm_setup {mode bankNum rankNum nyc nxc ntc} {}
|
||||||
|
}
|
||||||
|
|
||||||
|
publish ::histogram_memory::hs_prepare user
|
||||||
|
publish ::histogram_memory::hs_finish user
|
||||||
|
publish ::histogram_memory::hs_count_bm_controlled user
|
||||||
|
|||||||
Reference in New Issue
Block a user