Altera_Forum
Honored Contributor
13 years agowrite master and waitrequest
hi, i have a custom memory mapped write master.
I want initialize a piece of the memory with all zeros, and after that, write a sub-part of these piece of memory with data coming from a fifo. So i have 2 sources of data, a constant (zeros) and the fifo out. So i need a multiplexer, i did an asynch mux because of the waitrequest signal behaviour. writedata <= fifo_out when init= '0' else (others=> '0'); Is there a way to do a registered mux? i can't manage the latency with waitrequest signal