| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-04 12:47:30 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-04 12:47:30 +0200 |
| commit | d18ca72caf2004c7725b3de670c7397c5bf85eb4 (patch) | |
| tree | ce0d95cd60f2e9bac26015e645e4f33c165b8713 /data/property/incrementer.pro | |
| parent | c4914a0649090b4784b72909eab53ea01e20a93e (diff) | |
For some reason, CNE_01700 no longer works.improved_makefiles
Diffstat (limited to 'data/property/incrementer.pro')
| -rw-r--r-- | data/property/incrementer.pro | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/data/property/incrementer.pro b/data/property/incrementer.pro index ba8fc7a..4bc06ae 100644 --- a/data/property/incrementer.pro +++ b/data/property/incrementer.pro @@ -1,15 +1,14 @@ (tag_existing ( (wf waveform INCREMENTED_WAVEFORM) + (ps process INCREMENTER_PROCESS) ) - (exists ps process - (CTL_verifies ps - (EF - (and - (is_read_structure "(??L)") - (is_read_element "0" "+") - (is_read_element "1" wf) - ) + (CTL_verifies ps + (EF + (and + (is_read_structure "(??L)") + (is_read_element "0" "+") + (is_read_element "1" wf) ) ) ) |


