Altera_Forum
Honored Contributor
11 years agoHow to determine if I need custom components in Qsys/SOPC or not?
Hi all,
Please forgive me if my question does not make sense to u, I am a newbie to this. I am going to use BOTH the Nios II processor AND the FPGA on the development board, meaning I need to program Nios II using C language AND also program those logic elements using VHDL. Basically, the task distribution is as follows: FPGA: receive signals from Nios ii and pass outputs to the external circuit Nios ii: receive signals from FPGA's ADC, do all the processing tasks such as arithmetic operation, sort ascending/descending, comparison if-else etc, pass outputs to the FPGA What I don't know: My question is, in my case, how do I know if I need custom components in the Qsys/sopc tool? What are the criteria if we need to create custom components? Does it mean that if the FPGA is not doing any processing (just passing inputs and outputs), there is no need to have custom components? If I do not create the custom component, how can I set those signals readdata, writedata, read, write, address, chipselect as we did in custom component? For instance, when readdata is activated, data will be read from slave, with nios ii as the master etc. Thank you in advance.