ABinO1
New Contributor
5 years agoNIOSII design Vs Normal FPGA design
I am trying to understand when should we use nios ii in our design instead of directly designing the system on VHDL?
Also, what is the point of using nios processor if at the end we are going to code the application using C++ and then run it on nios processor?
My understanding is that when coding on C++ and then run it on nios ii , it is the same as if you run it on any other processor, so what is the point of using FPGA in this case? I mean in this case we are not utilizing the reconfigurability and parallelism strength of FPGA, right? or am I missing some thing?