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

doubt in nios

Altera_Forum
Honored Contributor II
1,786 Views

what are the file formats that EPCS device will support?

0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
728 Views

You can't create non-volatile ram inside a fpga. If you have small nios projects you can either store your programm in an epcs device which you need to configure your fpga or for bigger programms in an external flash ram.  

 

I think it's more comfortable to use c-code than (v)hdl-code.
0 Kudos
Altera_Forum
Honored Contributor II
728 Views

But for LCD the NIOS processor isn't necessary =] You can design hardware LCD controller.

0 Kudos
Altera_Forum
Honored Contributor II
728 Views

 

--- Quote Start ---  

You can't create non-volatile ram inside a fpga. If you have small nios projects you can either store your programm in an epcs device which you need to configure your fpga or for bigger programms in an external flash ram.  

 

I think it's more comfortable to use c-code than (v)hdl-code. 

--- Quote End ---  

 

 

thanq for the answer
0 Kudos
Altera_Forum
Honored Contributor II
728 Views

actually, it is perfectly reasonable to have a ROM in the FPGA image, and run code from that directly. That way the FPGA config includes the program data. only the large memory blocks (MRAMs) can't be preloaded with data. 

 

--dalon
0 Kudos
Altera_Forum
Honored Contributor II
728 Views

To store code in ROM in fpga image, nios is necessary or not?

0 Kudos
Altera_Forum
Honored Contributor II
728 Views

What do you mean ? If you want to build NIOS system it's necessary to attach code to programming file if you want NIOS to run this code from internal FPGA memory.  

If you want to store code (just any code) for internal FPGA memory initialization, the NIOS processor isn't necessary.
0 Kudos
Reply