- propagate renaming for crate to fastwave_backend
- repair scope printout from example/vcd.rs - update and improve instruction for running examples in README
This commit is contained in:
parent
4243551d76
commit
6b6321557b
5 changed files with 10 additions and 12 deletions
|
@ -12,7 +12,7 @@ fn parse_all_VCDs() {
|
|||
// see if we can parse all signal trees successfully
|
||||
for file_name in FILES {
|
||||
let file = File::open(file_name).unwrap();
|
||||
let vcd = fastwave::parse_vcd(file);
|
||||
let vcd = fastwave_backend::parse_vcd(file);
|
||||
|
||||
if !vcd.is_ok() {
|
||||
dbg!(file_name);
|
||||
|
|
Reference in a new issue