Upload a bitstreamΒΆ

  1. Open a project

    Go to Edit > Open... and select an .ice file.

  2. Verify the project

    Go to Tools > Verify.

    This option checks the generated verilog code using apio verify.

    ../_images/howto_verify.png
  3. Build the project

    Go to Tools > Build.

    This option generates a bitstream using apio build.

    ../_images/howto_build.png
  4. Upload the project

    Connect your FPGA board and press Tools > Upload. This option uses apio upload.

    ../_images/howto_upload.png

After executing Tools > Verify, Tools > Build or Tools > Upload you can see the executed command and the output in a new windows opened from View > Command output.

../_images/howto_toolchain-output.png