Forum Discussion
Sushmita
Occasional Contributor
6 years agoHi sstrell,
Yes, i want to read as a master. I am using the signal WAITREQUEST_N. When i run the module on FPGA, the WAITREQUEST_N is always high, irrespective of whether i am issuing a read command or not. I am using a single master.Even In this case should my module be WAITREQUEST_N dependent?
Thank you for your reply.
KennyT_altera
Super Contributor
6 years agoYour wait request need to be deassert in the slave itself. without deassert on the slave, you cannot do anythings.
Unless you are using fixed wait states, your wait request need to be deassert. Page 26 base on the link above.