16#ifndef CPP_API_EXTENSIONS_SRC_SME_PATTERN_RULES_RISING_H
17#define CPP_API_EXTENSIONS_SRC_SME_PATTERN_RULES_RISING_H
20#include "sme/aqpp/print/sme_print.hpp"
53 virtual void process_rule( uint64_t _old_value, uint64_t & _new_value) {
55 SIM_DEBUG_END(
"true");
58 SIM_DEBUG_END(
"false");
Definition: I_pattern_rule.h:86
std::function< void()> m_lambda
Definition: I_pattern_rule.h:88
virtual _always_inline bool is_bound()
has the lambda callback been bound.
Definition: I_pattern_rule.h:99
_always_inline bool is_active()
reports if rule is active for processing.
Definition: I_pattern_rule.h:73
rule specifically to monitor the edge when any bit in the register is first to rise.
Definition: rising.h:33
virtual ~rising()
Destroy the "any rise" object.
Definition: rising.h:45
virtual void process_rule(uint64_t _old_value, uint64_t &_new_value)
process rule evaluation between old and new values.
Definition: rising.h:53
rising()
Construct a new "any rise" object.
Definition: rising.h:39
Definition: expression_vector.h:25