Altera_Forum
Honored Contributor
15 years agoavalon memory mapped protocol
Hello,
I have a question regarding the avalon memory mapped(mm) protocol. we're going to use avalon-mm in pipeline mode (master), while the sopc builder generates the slave part to which we connect. we're concerned of problems with the wait_request signal. since the wait_request may be asserted by the slave at the same time of the write, it can't be the out of a Flip-Flop. and since the master side must not send the next data, it can't sample this signal before using it. Therefore, the wait_request may have a very long path and will cause timing violations. why doesn't the avalon-mm protocol defines wait_request latency, like the ready_latency in the avalon streaming protocol? how should we handle these problems?