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++
12596 Discussions

Basics questions on System ID Peripheral

Altera_Forum
Honored Contributor II
3,308 Views

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 Kudos
7 Replies
Altera_Forum
Honored Contributor II
1,874 Views

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 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

Hey EE_Student, 

 

Thank you very much for your help and answer. 

Cheers! 

 

Pdoc
0 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

The system id component is required in all systems.

0 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

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 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

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 Kudos
Altera_Forum
Honored Contributor II
1,874 Views

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 Kudos
Reply