Crate vcd [−] [src]
Structs
| Header |
Structure containing the data from the header of a VCD file |
| IdCode |
An ID used within the file to refer to a particular variable. |
| Parser |
VCD parser. Wraps an |
| Scope |
Information on a VCD scope as represented by a |
| Var |
Information on a VCD variable as represented by a |
| Writer |
Struct wrapping an |
Enums
| Command |
An element in a VCD file |
| Error | |
| ScopeItem |
An item in a scope -- either a child scope or a variable |
| ScopeType |
A type of scope, as used in the |
| SimulationCommand |
A simulation command type, used in Command::Begin and Command::End |
| TimescaleUnit |
A unit of time for the |
| Value |
A VCD scalar value |
| VarType |
A type of variable, as used in the |