-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add timing_manager_get_time_since_sensor_done() function #429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Known4225. It looks like we have count_time
defined twice in timing_manager.v
. One as an output reg
(line 63) and once as a regular reg
(line 277). Need to remove the second define (line 277)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. When we release this, we need to make sure that we indicate that the hardware project needs to be rebuilt.
This PR closes #427 and #428