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
pub fn parse_circuit(source: &str) -> Result<Circuit, FIRRTLParserError>Given a path to a FIRRTL file, parse it and return a Circuit which represents the FIRRTL AST