Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Is this idea sensible? --- Quote End --- No. :) Provide a use-case where all four devices will write, and describe who should win, i.e., which write port should write. If the priority is static, then address comparators and an if statement is probably sufficient. If the priority is dynamic, then you would need a 4-bit register to determine "who gets to write next", eg., a shift-register with 1 bit set, that gets shifted once the writer corresponding to that bit gets to write, would be a round-robin scheduler. Although you can conceive of how to do this, its still not clear *why* you want or need to :) Cheers, Dave