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++
12747 讨论

Basics questions on System ID Peripheral

Altera_Forum
名誉分销商 II
4,244 次查看

Hello everyone, 

 

I am a newbie with a lot of concepts regarding FPGA. I have a question : what is exactly the System ID peripheral ? Why is it important (or not) to include it as an SOPC builder component? Which designs require it ? 

 

Thank you for your help! 

Cheers, 

Pdoc.
0 项奖励
7 回复数
Altera_Forum
名誉分销商 II
2,810 次查看

Hi Pdoc, 

 

System ID is for systems involving multiple processors. When you use Eclipse to download software, you can choose the processor that executes the code based on the system ID. It doesn't hurt to include it. As far as I know, if you don't include it, Eclipse will still download the code, but it will complain.
0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

Hey EE_Student, 

 

Thank you very much for your help and answer. 

Cheers! 

 

Pdoc
0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

The system id component is required in all systems.

0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

It isn't required, because I have downloaded software onto systems without it. Eclipse will at first complain with some error message. But, all you have to do is check the "Ignore mismatched system id" when downloading the program.  

 

Regardless, I don't think it hurts to include it.
0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

I know it works, I just second the Altera statement about sysid peripheral :)

0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

System ID also prevents you from having a mismatch between your hardware and software configurations. When you compile the software, it stores the system ID of the SOPC Builder/QSYS project at the time of the compile, and when you download the software Eclipse will first check that the configuration in the FPGA has the same ID than the one used to compile the software. That way if you have modified your SOPC project but forgot to recompile the software, you will know it before uploading the software to a potentially incompatible hardware configuration. 

So using system ID isn't required, but it is recommended, to avoid mismatches between hardware and software.
0 项奖励
Altera_Forum
名誉分销商 II
2,810 次查看

Hey everybody, 

 

thank you very much for your help! 

This makes more sense to me. I will include the systemID in my design, as it does not hurt and seems even useful in some situations :o) 

 

Cheers, 

Pdoc
0 项奖励
回复