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

GW5A family support #204

Open
fduxiao opened this issue Oct 19, 2023 · 4 comments
Open

GW5A family support #204

fduxiao opened this issue Oct 19, 2023 · 4 comments

Comments

@fduxiao
Copy link

fduxiao commented Oct 19, 2023

Guys, there is a new GW5A series. Is there any plan to support it? If I want to add the support by myself, how should I get started?

I am new to FPGA and have just known how to use your tool chains for tang nano 9k. Can you explain how you made the tool chains for it and I can then try it for mega 138k?

@pepijndevos
Copy link
Member

Of course we'd eventually like to support all Gowing FPGAs. So far the main focus has been those FPGAs for which there are widely available and affordable development boards, which tend to be in the most demand.

If you look through the repo you'll find there is my internship report on how I did the initial development, and I've also done some streams of working through issues. Another piece of useful info might be to look at previous PRs that added support for a new FPGA family.

@jhol
Copy link

jhol commented Dec 20, 2023

Cheap boards are available now: https://www.aliexpress.com/item/1005006224593018.html

@pepijndevos
Copy link
Member

Any volunteers? ;)

@pepijndevos
Copy link
Member

This will require an update of the IDE version we're using, making it more involved than just another device from an already supported series.

Luckily this is a fairly mechanical change so if anyone feels like dipping their toes in FPGA fuzzing it'd be a good place to start. Usually it involves adding a few changes to the parsers and updating the TCL scripts and the dockerfile and things like that.

Sometimes it breaks the fuzzers but we're now less dependent on them so it might be a good opportunity to get rid of "legacy" nextpnr-gowin stuff.

@pepijndevos pepijndevos changed the title mega 138k support GW5A family support Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants