# This is the module register BUFF_ORG 0x800c
variable BuffOrg 0
proc GetBuffOrg {} {
variable BuffOrg
set BuffOrg [ReadRegister BufferOrg]
}
proc SetBuffOrg {} {
variable BuffOrg
WriteRegister BufferOrg $BuffOrg
}
proc DrawBuffOrg {} {
set html ""
append html "
"
append html "
"
append html ""
append html "| Number of Blocks | "
append html ""
append html ""
append html " | "
append html "
"
append html "| Block Size (samples) at 1GS/s | "
append html ""
append html ""
append html " | "
append html "
"
append html "
"
append html ""
return $html
}