Altera_Forum
Honored Contributor
14 years agoNios II basic questions
Hi all,
I've done some VHDL coding but I never used Nios II. I need to design a board so that on one side it will connect to a PC (via ethernet or USB) and on the other side it will function as a standard FPGA. I understand that Nios II is a good solution for that (correct me if I'm wrong). My question is regarding the development tools and the coding process: In my project the SW guys are supposed to write the PC interface and I'm supposed to do the FPGA coding, while the data from the PC should be forwarded to the FPGA after some processing. Is it possible to write the 2 codes independently as if we were using separate uC and FPGA? Or do we have to write all the code in the same project/environment? What is the integration process between the C and VHDL codes? Please explain how exactly this works. Thanks in advance