Modules§
Structs§
- Compressed
Signal - A compressed version of a Signal. Uses a compression scheme very similar to what [crate::wavemem] uses.
- Compressed
Time Table - Compressed form of the timetable. Uses delta compression with variable length integers and gzip.
- Hierarchy
- Load
Options - Scope
- Scope
Ref - Uniquely identifies a scope in the hierarchy.
Replaces the old
ModuleRef. - Signal
- Signal
Ref - Signal identifier in the waveform (VCD, FST, etc.) file.
- Signal
Source - Timescale
- Var
- VarIndex
- VarRef
- Uniquely identifies a variable in the hierarchy.
Replaces the old
SignalRef.
Enums§
- Compression
- File
Format - Scope
OrVar - Scope
OrVar Ref - Scope
Type - Signal
Encoding - Specifies how the underlying signal of a variable is encoded.
This is different from the
VarTypewhich tries to correspond to the variable type in the source HDL code. - Signal
Value - Timescale
Unit - VarDirection
- Signal directions of a variable. Currently these have the exact same meaning as in the FST format.
- VarType
- Wellen
Error
Constants§
- VERSION
- Cargo.toml version of this library.