wow - things are really working
This commit is contained in:
parent
d8989d9c76
commit
3658833af3
3 changed files with 83 additions and 23 deletions
|
@ -17,7 +17,7 @@ fn main() -> std::io::Result<()> {
|
|||
let args = Cli::parse();
|
||||
|
||||
let file = File::open(&args.path)?;
|
||||
let vcd = parse_vcd(file).unwrap();
|
||||
let vcd = parse_vcd(file).unwrap();
|
||||
|
||||
// println!("printing signal tree");
|
||||
// vcd.print_scopes();
|
||||
|
|
Reference in a new issue