Skip to content
New issue

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

TimeStamp width cannot be configured to 64bits by trBaseEncoder.trTsWidth #74

Open
zhangdujiao opened this issue Nov 11, 2024 · 1 comment

Comments

@zhangdujiao
Copy link

The width of timestamp is is 0 to 63 bits as defined in trBaseEncoder.trTsWidth. The maximum supported length is 63bits, not 64bits.

@zhangdujiao
Copy link
Author

The <Unformatted Trace & Diagnostic Data Packet Encapsulation for RISC-V> spec defines the max width of timestamp is 64bits when T=8. While the trBaseEncoder.trTsWidth only support to 63bits max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant