Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

NIOS implementation with Cyclone II EP2C5T144

Altera_Forum
Honored Contributor II
1,466 Views

Hi guys!! 

 

 

Well I've bought a cheap board Cyclone II EP2C5T144  

 

 

So, I would like to know if I can implement NIOS with Cyclone II EP2C5T144. Can I do it? 

 

 

If I could do it.... What should I considered to implement NIOS?? 

If I couldn't do it.... Why couldn't I do it?? 

 

I would like to ask another question. 

Well, I'm begginer and I've investiged about NIOS. I've notice NIOS is implement in FPGAs not in SoC (I've learned that SoC is a FPGA + processor). 

Before I thought NIOS must be implement in a SoC because SoC has a hard processor inside, but now I know NIOS is a software processor to be implement in FPGA using QSYS to make a system. 

So I'd like to know if I'm right or not, Am I rigth?. 

 

 

Thank for reply. 

Regards
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
548 Views

The EP2C5T144 is just too small to do anything useful with NIOS. A NIOS II/e economy core might just logically fit, but there is only 14KB of block ram on that device. Too little to be useful. The Altera devkit for NIOS on CycloneII uses an EP2C35 device, which is much larger resource wise. 

 

If you really want to just work with an embedded processor (and don't care about it being soft-configurable) one of the newer CycloneV based SOC boards is the way to go (like: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=167&no=941) pretty hard to beat for $99. Bit cheaper if you can prove you are a student (.edu email). 

 

For a pure-play FPGA (no embedded SOC) this is a pretty good choice as well: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=167&no=921 ($150, or $99 for academic discount). 

 

So it depends on what you want to do. Do you want to fiddle with soft processor systems and design, or just go with an embedded hard processor like in the SOC based devices.
0 Kudos
Reply