parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Design, LocatedSpan<&'_ str, TracableInfo>>
Expand description

Parse a RTLIL design from a type that implements AsRef<str>.