FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

CycloneV SoCの起動に関する質問です。 プログラムサイズが小さい場合(64KB未満)、 FPGAのOnchip Memoryだけで動作可能ですか? また、類似でも良いのでサンプル・デザインはありますか? 高速動作が目的なので、外部メモリを搭載しない予定です。

garry
Novice
719 Views
 
0 Kudos
2 Replies
Abe
Valued Contributor II
389 Views

If the software code will be smaller than the amount of memory available on the FPGA (onchip) , then you can use the on-chip RAM to store the program/data. Do keep in mind that you cannot utilize the entire FPGA onchip RAM blocks just for storing program code/data. Your design will also need some amount of RAM blocks depending on the complexity, functionality.

EBERLAZARE_I_Intel
389 Views

Hi,

 

Yes agree with Abe's comment if your software code is known to be smaller than the available memory on the FPGA's on chip memory then it is possible.

0 Kudos
Reply