-
Notifications
You must be signed in to change notification settings - Fork 246
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 support to Colorlight 5A-75E with FT232RL JTAG programmer #665
Comments
In theory all JTAG programmers supported by OpenFPGALoader could workk with ICEStudio to program the Colorlight FPGA boards. So, the best solution requires a complete modification of the ICEStudio and Apio to support for the same board different JTAG programmer. Anyway, I don't recommend to use the FT232RL in bitbang because it is too slow programming the board. |
I understand that is not "recommended", but not everyone has the same hardware/money. IMO, there should be as maximum JTAG programmers for each board as possible so people don't need to waste 20€ on a JTAG programmer like the FT2232H (instead of 1€ on a FT232RL which is very easy to find). Technically, it should not be hard to add support, all it needs is some special arguments for
|
For $8 including shipping you can get the FT232H programmer here: And for less than $4-$5 including shipping you can get the USB Blaster Programmer here: I don't think that $5 or $8 is too much for a JTAG programmer that is considerably faster than FT232RL Of course that the FT232RL can be used as a programmer in IceStudio because it is compatible with openFPGALoader, but the question is if it is valuable for the community. |
Let me send you examples of the speed when you program the board with different programmers. FT2232H programmer (similar to FT232H) --> 1.75 seconds The EBAZ4205 board has 35K Logic Elements and the Colorlight board has 25K, so the time to program the Colorlight will spend almost 1/3 less time. Regards |
Yes, I do understand that those programmers are waaaaaay faster than the FT232RL! |
Hello.
I have a Colorlight 5A-75E board (v8.0) however, looks like IceStudio does not support to program it via
FT232RL
.I was able to program it via command line following the documentation: https://trabucayre.github.io/openFPGALoader/guide/advanced.html#ft231-ft232-bitbang-mode-and-pins-configuration
Would it be possible to add support for this JTAG programmer on IceStudio?
The text was updated successfully, but these errors were encountered: