-
Notifications
You must be signed in to change notification settings - Fork 68
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
Added DMA configurable timeout register #1246
base: pre-release
Are you sure you want to change the base?
Conversation
@ruck314 I think I also need to set 'timeout' register here: https://github.com/slaclab/axi-pcie-core/blob/211890d800e999ea496442d8b279f983c9d89734/protocol/gpuAsync/rtl/AxiPcieGpuAsyncControl.vhd#L302. Do you agree? |
Co-authored-by: Jeremy L. <[email protected]>
Also getting a build error from missing |
The issues should be fixed now. |
@mmishra9 Let me know when you have completed your building and regression testing with hardware. After you are done with that, then I will approve and merge the PR. |
Added configurable timeout register to acknowledge the timeout
Description
Added a configurable timeout register which was earlier hardcoded. If timeout reg value is reached before the write transactions are completed, the descriptor is returned.