How to configure Kéfir I using APIO-ide
- We execute atom and push the button for a new project:
- Now we choose Kéfir I in the dialog:
- In the same dialog we choose the apio-ide folder (from this example):
- We should get a dialog similar to the one depicted here, now we push the Initialize button:
- Now we can see our project, along with the apio configuration file (apio.ini) and the
Verilog top-level included in our project:
- Now we need to define the FPGA pins used in our project. This can be done selecting the
sub-menu Examples from the Apio menu:
- Now we select the kefir/pcb example:
Apio build button:
- If all went ok we'll see the generated files in our project:
- Finally we push the Apio upload button:
Back