pub fn parse_sva(input: &str) -> Result<SvaExpr, SvaParseError>Expand description
Parse a subset of SVA text into an SvaExpr.
Supports: signals, $rose(), $fell(), s_eventually(),
!(), &&, ||, ==, |->, |=>.
pub fn parse_sva(input: &str) -> Result<SvaExpr, SvaParseError>Parse a subset of SVA text into an SvaExpr.
Supports: signals, $rose(), $fell(), s_eventually(),
!(), &&, ||, ==, |->, |=>.