|
|
@ -157,8 +157,6 @@ fn run_yosys(
|
|
|
|
let mut file_contents = String::new();
|
|
|
|
let mut file_contents = String::new();
|
|
|
|
file.read_to_string(&mut file_contents)?;
|
|
|
|
file.read_to_string(&mut file_contents)?;
|
|
|
|
|
|
|
|
|
|
|
|
println!("{}", file_contents);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let root = json::parse(&file_contents).map_err(|_| Error::InvalidJson)?;
|
|
|
|
let root = json::parse(&file_contents).map_err(|_| Error::InvalidJson)?;
|
|
|
|
|
|
|
|
|
|
|
|
return Ok(root);
|
|
|
|
return Ok(root);
|
|
|
|