wow - things are really working

This commit is contained in:
Yehowshua Immanuel 2022-07-20 10:38:56 -04:00
parent d8989d9c76
commit 3658833af3
3 changed files with 83 additions and 23 deletions

View file

@ -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();