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

Provide a mechanism for the outside world to write program in instruction memory #1

Open
hadirkhan10 opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hadirkhan10
Copy link
Member

Write now Picofoxy supports reading program files through the $readmemh construct. This is useful for simulations but gets tedious quickly when you change a program and have re-run the whole synthesis, place and route, and bitstream generation phases. For this purposes an ideal solution would be to support a flash interface on the arty board but this can get complicated too quickly. The other thing we can do is to create a UART programmer that takes the program from the user through USB-UART bridge and then initialize the contents of the memory with that program.

@hadirkhan10 hadirkhan10 added the enhancement New feature or request label Jun 8, 2021
@hadirkhan10 hadirkhan10 self-assigned this Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant