Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTwo sustom avl mm master to ddr3 uniphy controller
First I have created a custom avl mm master to DDR3 Uniphy controller slave, connected it to DDR3 controller along with pll in QSYS and using that I have perform Write read operations in the DDR3 mem...
Altera_Forum
Honored Contributor
12 years agoThis is not how it works. The Avalon specification clearly states that waitrequest is only valid during an operation. Do your read or write operation first, and check waitrequest afterwards. As long as it is 1 then your operation isn't finished and you should wait.
If you do it that way then yes you can have several masters connected to the same slave.