Forum Discussion
Altera_Forum
Honored Contributor
12 years agowriting vhdl code in nios ii processor
Hello everyone. I am currently doing a project on cyclone iii fpga starter kit. In my project I made a counter that counts calue from 0 to 10. I want to first write these values in ssram by pressing ...
Altera_Forum
Honored Contributor
12 years agoHi, so you want a simple project.
I suppose you have a QSYS wich implements NiosII, SSRAM.... that you pick from an Altera demo. I suggest you to use one PIO (Parallel Input Output) to read your counter an other PIO to "write" to the LEDs, a PIO to read your keys (if any). What did you already make ?