Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou cant really avoid it in HDL code. If both sides were using the same clock, you could give one side preference over the other, and disable the write enable for the other side. But on different clocks, the clock domain crossing would prevent that.
The easiest way would be to have just two memories. A -> B comunication and B -> A communication.