blob: 4bc06ae4ae6d0b03146cec640b64fb7c809703b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(tag_existing
(
(wf waveform INCREMENTED_WAVEFORM)
(ps process INCREMENTER_PROCESS)
)
(CTL_verifies ps
(EF
(and
(is_read_structure "(??L)")
(is_read_element "0" "+")
(is_read_element "1" wf)
)
)
)
)
|