Re-exportsยง
pub use crate::translator::translates_all_bit_types;
pub use crate::translator::BasicTranslator;
pub use crate::translator::Translator;
pub use crate::translator::VariableNameInfo;
pub use crate::translator::WaveSource;
pub use crate::variable_index::VariableIndex;
Modulesยง
- field_
ref ๐ - plugin_
types - result ๐
- scope_
ref ๐ - translator
- Definition of the main
Translator
trait and the simplified versionBasicTranslator
. - variable_
index - variable_
ref ๐
Structsยง
- Field
Ref - A reference to a field of a larger variable, such as a field in a struct. The fields are the recursive path to the fields inside the (translated) root
- Hier
Format Result - Plugin
Config - Scope
Ref - SubField
Flat Translation Result - SubField
Translation Result - Translated
Value - Translation
Result - Variable
Meta - Variable
Ref
Enumsยง
- Translation
Preference - Value
Kind - Value
Repr - The representation of the value, compound values can be be represented by the repr of their subfields
- Variable
Direction - Variable
Encoding - Variable
Info - Static information about the structure of a variable.
- Variable
Type - Variable
Value
Functionsยง
- check_
vector_ variable - Turn vector variable string into name and corresponding color if it includes values other than 0 and 1. If only 0 and 1, return None.
- extend_
string - VCD bit extension