Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

Niosを使用する際、ハードウェアを変更するとNios II SBTにてGenerate BSPが必要となります。 Quartusでフルコンパイルする度に、Generate BSPが必要でしょうか。 もしくはplatform designer (Qsys) を変更していなければ、コンパイル後のGenerate BSPは不要でしょうか。

Gripen
Beginner
1,127 Views
0 Kudos
1 Reply
Abe
Valued Contributor II
367 Views

If you're not modifying the Hardware Design and only modifying the SW BSP and application in a NIOS II design, you need not recompile the whole HW / Qsys part. You only need re-compile the SW Eclipse BSP and application.

 

On the other hand, if you modify the HW design via QSYS, you will have to compile the entire HW platform using Quartus and then regenerate the BSP and Application using Eclpise. This is because a change in HW platform invalidates the BSP and Application.

0 Kudos
Reply