- 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
|
@ -5,7 +5,7 @@
|
|||
use clap::Parser;
|
||||
use std::fs::File;
|
||||
|
||||
use fastwave::*;
|
||||
use fastwave_backend::*;
|
||||
|
||||
use num::{BigUint};
|
||||
|
||||
|
|
Reference in a new issue