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

PPS roll indicator bit in event status (bit[1]) is wrong #13

Open
barawn opened this issue Mar 14, 2024 · 0 comments
Open

PPS roll indicator bit in event status (bit[1]) is wrong #13

barawn opened this issue Mar 14, 2024 · 0 comments

Comments

@barawn
Copy link
Collaborator

barawn commented Mar 14, 2024

It really doesn't matter, but the roll indicator for PPS here:

wire roll_sec = (cur_sysclk_count[32] ^ last_high_sec);

is obviously wrong, since it compares bit[32] of the sysclk counter to bit[32] of the PPS counter. It's pointless to fix this here because we never implemented "load next PPS to this value," but wanted to make sure it was documented.

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