Add more timing information
This commit is contained in:
parent
b162d67a9d
commit
3da3579213
5 changed files with 83 additions and 18 deletions
|
@ -7,6 +7,6 @@ mod vcd;
|
|||
pub use vcd::parse::parse_vcd;
|
||||
pub use vcd::types::{ScopeIdx, SignalIdx, VCD};
|
||||
pub use vcd::types::{Metadata, Timescale, Version};
|
||||
pub use vcd::signal::{Signal};
|
||||
pub use vcd::signal::{Signal, SignalValue};
|
||||
|
||||
pub use num::BigUint;
|
||||
|
|
Reference in a new issue