summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/property/incrementer.pro')
-rw-r--r--data/property/incrementer.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/property/incrementer.pro b/data/property/incrementer.pro
new file mode 100644
index 0000000..ba8fc7a
--- /dev/null
+++ b/data/property/incrementer.pro
@@ -0,0 +1,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)
+ )
+ )
+ )
+ )
+)