sane import and export behaviors
This commit is contained in:
parent
d343b6f5ff
commit
9f18b166a5
12 changed files with 62 additions and 62 deletions
|
@ -4,7 +4,7 @@
|
|||
// the root of the folder containing the sources for this program.
|
||||
use std::fs::File;
|
||||
|
||||
use fastwave_backend::*;
|
||||
use fastwave_backend::{ScopeIdx, VCD, parse_vcd};
|
||||
|
||||
fn indented_print(indent : u8, name : &String) {
|
||||
for _ in 0..indent {print!(" |");}
|
||||
|
|
Reference in a new issue