Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 1.55 KB

bookkeeping_afi.md

File metadata and controls

55 lines (51 loc) · 1.55 KB

Table of contents (steps)

1. Create an AWS account
2. Generate SSH keys
3. Create S3 credential
4. Request access to Amazon EC2 F1 instances
5. Create an AMI instance
6. Configure S3 bucket
7. Setup development environment
8. Simulate the design
9. Build the hardware design
10. Generate the AFI
11. Program the FPGA
12. Compile the runtime of the design
13. Bookkeping the AFI

13. Bookkeeping the AFI

Once you are done with the FPGA AFI, you can delete the image by:

aws ec2 --region us-west-2 delete-fpga-image --fpga-image-id <FPGA-image-ID>`

The image-ID used in this command is not global, since the region is specified (us-west-2).