pub fn parse(input: &str) -> Result<Design, LocatedSpan<&'_ str, TracableInfo>>Expand description
Parse a RTLIL design from a type that implements AsRef<str>.
pub fn parse(input: &str) -> Result<Design, LocatedSpan<&'_ str, TracableInfo>>Parse a RTLIL design from a type that implements AsRef<str>.