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

Remove over-riding of ctrl block ack ports where feasible #162

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

glennchid
Copy link
Contributor

@glennchid glennchid commented Oct 6, 2023

  • write_ack now set in ctrl block and not wrapper
  • read_ack over-riding removed for hardware blocks
  • read_ack added to modules which did not have one previously

The only blocks which treat the acks differenently are system due to the slow FPGA registers, and pcap due to the DRV block.

NB: I checked this built for all zpkgs and tested one zpkg on hardware and it worked fine, but just noticed this is failing the python tests on PR. I think I can fix this before merging.

* write_ack now set in ctrl block and not wrapper
* read_ack over-riding removed for hardware blocks
* read_ack added to modules which did not have one previously
@glennchid
Copy link
Contributor Author

Moved DRV acks for PCAP inside the pcap_core_ctl (non-autogenerated) for consistency, so pcap is now less of a special case.

Copy link
Contributor

@EmilioPeJu EmilioPeJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@Araneidae Araneidae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me as well. This looks like a pretty thorough clean-up of the acknowledge handling, definitely needs to be merged!

@Araneidae Araneidae merged commit e7dddde into master Oct 11, 2023
24 checks passed
@Araneidae Araneidae deleted the reg_read_fix branch October 11, 2023 12:19
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

Successfully merging this pull request may close these issues.

3 participants