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

What are difference between NIOS II processor And DSP processor

Altera_Forum
Honored Contributor II
2,117 Views

hi friends can any one brief the difference between NIOS II and any other DSP processor

0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
746 Views

See Altera's "nios ii processor (https://www.altera.com/products/processors/benefits/overview.html)" pages. There's plenty of info there. 

 

Cheers, 

Alex
0 Kudos
Altera_Forum
Honored Contributor II
746 Views

Nios is based on MIPS architecture and it is totally different from DSPs. If you need a high performance Digital Signal Processor, you may use an external DSP or implement your processing inside FPGA using hardware logic (not software-based Nios application). Architecture of Nios is for embedded applications, not DSP applications.

0 Kudos
Altera_Forum
Honored Contributor II
746 Views

To reiterate in different words; NIOS is a microcontroller, like the PIC series from Microchip or any of the ARM devices. A DSP is, as defined by its name, a digital signal processor and not a microcontroller.

0 Kudos
Altera_Forum
Honored Contributor II
746 Views

You are perhaps interested to know about not exactly DSPs but rather DSCs, which are unities which lies in the middle of the two worlds. They aren't so efficient like powerful DSPs, but has the standards peripherals integrated on chip together with an ALU a bit more capable than those we can find on standard microcontrollers.

0 Kudos
Reply