Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhy do two Avalon_MM_Pipeline Bridges respond differently to READ
Hi All, In my design I have two Avalon_MM_Pipeline Bridges connecting to two segments of Avalon busses. In simulation, I can write and read from one perfectly but the second bridge, althoug...
Altera_Forum
Honored Contributor
13 years agoThe 'lock up' is probably caused by the addressed slave not responding correctly to all the bus cycle signals.
You also want to make all your slaves 32bit (eg by returning 0 for any unwanted high bits) rather than having any 8 or 16 bit slaves. If the widths mismatch logic is added to generate multiple cycles on the slave side - some of which are likely to have no asserted byte enables.