Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSOPC Builder provides arbitration logic for you but you will need to handle the hazards of accessing the same address. For example if the read and write masters access address 0-1023 you will not know which master will gain arbitration to any of the locations first. If you can prevent the masters from accessing the same range at the same time then you can avoid the data hazard.