This document covers top level steps (cheat sheet) for using a particular flow
Create project directory
start vivado
See what examples are possible, type into TCL console.
aws::make_ipi -examples
Type into TCL console based upon example needed.
aws::make_ipi -examples
In the Design Runs tab, right click on impl_1 and select Launch Runs… . Click OK in the Launch Runs Dialog Box. Click OK in the Missing Synthesis Results Dialog Box.
This will run both synthesis and implementation.
The completed .tar file is located in .runs/faas_1/build/checkpoints/to_aws/.Developer_CL.tar. For information on how to create a AFI/GAFI with .tar from the design, following to the How To Create an Amazon FPGA Image (AFI) From One of The CL Examples: Step-by-Step Guide documentation.
Create project directory
start vivado
See what examples are possible, type into TCL console.
aws::make_rtl -examples
Type into TCL console based upon example needed.
aws::make_rtl -examples
In the Design Runs tab, right click on impl_1 and select Launch Runs… . Click OK in the Launch Runs Dialog Box. Click OK in the Missing Synthesis Results Dialog Box.
This will run both synthesis and implementation.
The completed .tar file is located in .runs/faas_1/build/checkpoints/to_aws/.Developer_CL.tar. For information on how to create a AFI/GAFI with .tar from the design, following to the How To Create an Amazon FPGA Image (AFI) From One of The CL Examples: Step-by-Step Guide documentation.
Create project directory
start vivado
aws::make_rtl
Add RTL sources, sim sources, constraints.