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