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