Skip to content

Commit

Permalink
upgrade patron to fix bug of missing tb outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 15, 2023
1 parent 79fb5dc commit 56018be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions synth/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion synth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
easy-smt = "0.2.1"
libpatron = "0.11.0"
libpatron = "0.11.1"
memmap2 = "0.9.0"
num-bigint = "0.4.4"
num-traits = "0.2.17"
Expand Down
1 change: 0 additions & 1 deletion synth/src/testbench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ impl Testbench {
);
}
}
println!("{}", actual_value.to_bit_string());
}
}
offset += io.words;
Expand Down

0 comments on commit 56018be

Please sign in to comment.