Function parse_circuit

Source
pub fn parse_circuit(source: &str) -> Result<Circuit, FIRRTLParserError>
Expand description

Given a path to a FIRRTL file, parse it and return a Circuit which represents the FIRRTL AST