We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently microload firmware only works on the Opsis. It loads stuff via the hardware I2C controller with the FPGA emulation something like an EEPROM.
This doesn't work on the Atlys because the FPGA isn't connected to the I2C control lines.
Instead we could use the FIFO interface and a flag IO. The flag pin could also be used for reset.
The text was updated successfully, but these errors were encountered:
Probably want the flag IO to be one of the "interrupt" pins.
Sorry, something went wrong.
No branches or pull requests
Currently microload firmware only works on the Opsis. It loads stuff via the hardware I2C controller with the FPGA emulation something like an EEPROM.
This doesn't work on the Atlys because the FPGA isn't connected to the I2C control lines.
Instead we could use the FIFO interface and a flag IO. The flag pin could also be used for reset.
The text was updated successfully, but these errors were encountered: