Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI've just found a solution and it works well !
I have done a new component without including my hdl file and without any conduits. Then I have wired it in QII with my HDL and it works very well. I can read and write with the line you've mentionned. Just be careful when you send the adress, I don't why, NIOS delete the first two LSB's on the adress. That's why, if you want to write something to 0x78 you should define your adress like that : 0x78<<2 Thank you again sharkybaba ! I hope I would be able to help you a day. Cheers ;)