summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/property/likely_a_clock.pro')
-rw-r--r--data/property/likely_a_clock.pro49
1 files changed, 40 insertions, 9 deletions
diff --git a/data/property/likely_a_clock.pro b/data/property/likely_a_clock.pro
index 2aae4a4..afe4ed3 100644
--- a/data/property/likely_a_clock.pro
+++ b/data/property/likely_a_clock.pro
@@ -6,16 +6,47 @@
(and
(is_waveform_of wf clock)
(exists ps process
- (CTL_verifies ps
- (EF
- (and
- (kind "if")
- (is_read_structure "(??)")
- (or
- (is_read_element "0" "rising_edge")
- (is_read_element "0" "falling_edge")
+ (and
+ (is_accessed_by wf ps)
+ (is_in_sensitivity_list wf ps)
+ (CTL_verifies ps
+ (EF
+ (and
+ (kind "if")
+ (or
+ (and
+ (is_read_structure "(??)")
+ (or
+ (is_read_element "0" "falling_edge")
+ (is_read_element "0" "rising_edge")
+ )
+ (is_read_element "1" wf)
+ )
+ (and
+ (is_read_structure "(?(??)(???))")
+ (is_read_element "0" "and")
+ (is_read_element "1" "event")
+ (is_read_element "2" wf)
+ (is_read_element "3" "=")
+ (or
+ (is_read_element "4" wf)
+ (is_read_element "5" wf)
+ )
+ )
+ (and
+ (is_read_structure "(?(???)(??))")
+ (is_read_element "0" "and")
+ (is_read_element "1" "=")
+ (or
+ (is_read_element "2" wf)
+ (is_read_element "3" wf)
+ )
+ (is_read_element "4" "event")
+ (is_read_element "5" wf)
+ )
+ )
+ )
)
- (is_read_element "1" wf)
)
)
)