Can we live switch multiple DCPs in a single AFI?

0

Can multiple DCPs be loaded into an AFI and only enable certain DCPs at a time on the fly?

질문됨 일 년 전229회 조회
2개 답변
0

An Amazon FPGA Image (AFI) can hold only one Design Checkpoint (DCP) at a time. The DCP is essentially the compiled version of your hardware design that can be loaded onto the FPGA. Once the AFI is loaded on the FPGA, the hardware design defined by the DCP becomes active. If you need to switch between different DCPs, you would have to unload the current AFI and load a different AFI containing the desired DCP. This process, however, is not instantaneous and would involve a brief period of downtime while the AFIs are being swapped. However, Amazon EC2 F1 instances allow you to dynamically load and unload AFIs at runtime without rebooting the instance. So, while you can't have multiple DCPs active within a single AFI, you can manage multiple AFIs (each with a different DCP) and switch between them as needed.

profile picture
전문가
답변함 일 년 전
0

In addition to sdtslmn's answer,

When changing AFIs, you are able to use the Data Retention feature and retain the data stored in DDR.

https://github.com/aws/aws-fpga/blob/master/hdk/docs/data_retention.md

For example, you could process data using one AFI, and then load another AFI to continue processing that data.

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠