blob: a82122af5060d5f63d363b9de013aedc76618c5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# this one is for the util progs and QA - check for changes in the
# instance domain during the log ... problems with interplote mode
# and missing instances
#
log mandatory on 500 msec {
sample.dodgey.value [ d3 d4 d5 ]
}
log mandatory on 250 msec {
sample.dodgey.value [ d1 d2 ]
}
|