GateMate Support With Amaranth #1372
Answered
by
TarikHamedovic
TarikHamedovic
asked this question in
Q&A
-
I am currently working on a board with a GateMate FPGA chip, but there is no GateMate toolchain for Amaranth, nor the board in question. GateMate uses yosys, nextpnr and openFPGALoader. |
Beta Was this translation helpful? Give feedback.
Answered by
TarikHamedovic
Jul 19, 2024
Replies: 1 comment 27 replies
-
Yes. Take a look at one of the existing platforms, e.g. Where can I buy one? |
Beta Was this translation helpful? Give feedback.
27 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have now fixed the issue with the
Pin_in
,Pin_out
,Pin_inout
pin declarations with the newp_r
GateMate tool update that lets us declare ports this way.Net "led_0__io" Loc = "IO_SB_B6";
Now the .ccf file can be simply generated using this
I know that I need to add attributes, but this was just to test out the Blinky example I wrote for the Olimex board so I can close this discussion.
Next step for me is to make the
gatemate_a1_evb.py
in amaranth_boards file have more Resources and the check thegate…