Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI would recommend using two slave ports so that you can push data into your block and read it out concurrently. So one port would be write only (write, writedata, address) and the other would be read only (read, readdata, readdatavalid, address). Some of those signals I list are optional, I would look them up in the Avalon spec to see if you need them or not.