Add more timing information

This commit is contained in:
TheZoq2 2022-12-23 11:34:48 +01:00
parent b162d67a9d
commit 3da3579213
5 changed files with 83 additions and 18 deletions

View file

@ -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;