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

Change yxi backend to look for ref memories in addition to @external memories #1932

Open
Tracked by #1733
nathanielnrn opened this issue Feb 24, 2024 · 1 comment · Fixed by #1964
Open
Tracked by #1733

Change yxi backend to look for ref memories in addition to @external memories #1932

nathanielnrn opened this issue Feb 24, 2024 · 1 comment · Fixed by #1964
Labels
C: Calyx Extension or change to the Calyx IL C: FPGA Changes for the FPGA backend

Comments

@nathanielnrn
Copy link
Contributor

nathanielnrn commented Feb 24, 2024

The AXI generator currently expects programs to use ref to denote memories expected to interface with the XRT shell via AXI. the yxi backend currently only looks for @external memories.

A pass is coming that will change @external to ref #1918, but the yxi backend should support both cases to provide compatibility with programs that use @external.

This would probably have to go along with #1933

@nathanielnrn
Copy link
Contributor Author

Unfortunately this is not working as intended, see #1993

@nathanielnrn nathanielnrn reopened this Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Calyx Extension or change to the Calyx IL C: FPGA Changes for the FPGA backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant