Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to use a custom component
Hi, My teacher asks me to write directly from NIOS in the memory of chip. The addresses of the chip are multiplexed and the ports are bidir. I have written a state machine in vhdl and creat...
Altera_Forum
Honored Contributor
17 years agoHi,
Thanks again sharkybaba ! I have tried your code. There is no errors, but the program don't do what I want : I always read 0xFFFFFFFF. I think there's something that I don't understand... In fact, I need to access to FPGA's pins directly from NIOS without using PIOs because I need speed. Should I use a custom component to do that ?