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

Add prog mode, to input new prog via serial #38

Open
adumont opened this issue Aug 27, 2019 · 0 comments
Open

Add prog mode, to input new prog via serial #38

adumont opened this issue Aug 27, 2019 · 0 comments
Labels
enhancement New feature or request FSM

Comments

@adumont
Copy link
Owner

adumont commented Aug 27, 2019

Need a way to switch into prog mode via UART. (ver señales DTR o RTS)
When switching to prog mode, reset PC.
When in prog mode, all data received in Inbox is written sequentially (incressing PC) to PROG ram.

See this thread on FPGAwars :
https://groups.google.com/d/msgid/fpga-wars-explorando-el-lado-libre/CABqu7xqtcHW25OCdn7%2B5GCJP8J14xkJJHbxkthLfOk_ZT_89pg%40mail.gmail.com?utm_medium=email&utm_source=footer

I am thinking of implementing the logic in the FSM, as an alternative branch, that way I can reuse the control path and data path to/from RX (inbox with FIFO), and PROG.

IMG_20190827_185643

@adumont adumont added enhancement New feature or request FSM labels Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FSM
Projects
None yet
Development

No branches or pull requests

1 participant