We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable::create_val_repr()
The create_val_repr() is now used to render a raw_value of a variable properly but a better version should be implemented.
create_val_repr()
https://github.com/rameloni/tywaves-rs/blame/b1ef8c5259ceb9ff91aeb157bf13cb32ff20f42e/src/tyvcd/spec.rs#L250-L295
The method now does not use the TraceValue of a variable but instead only the input raw_value.
raw_value
The text was updated successfully, but these errors were encountered:
create_val_repr
No branches or pull requests
The
create_val_repr()
is now used to render a raw_value of a variable properly but a better version should be implemented.https://github.com/rameloni/tywaves-rs/blame/b1ef8c5259ceb9ff91aeb157bf13cb32ff20f42e/src/tyvcd/spec.rs#L250-L295
The method now does not use the TraceValue of a variable but instead only the input
raw_value
.The text was updated successfully, but these errors were encountered: