pub fn parse_sv_file(file_contents: String) -> Result<SimObject, LexingError>Expand description
Parses a read SystemVerilog file
At this time, parse_sv_file can only return a single error
pub fn parse_sv_file(file_contents: String) -> Result<SimObject, LexingError>Parses a read SystemVerilog file
At this time, parse_sv_file can only return a single error