Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAvalon bus with 2 Avalon_MM_ Slaves fails to work (works fine with 1...)
Hi All, I have designed an Avalon bus with 1 Master and 1 Slave, it works greate. I can do write and read just fine. OK, so I added another Master and another Slave, the first Slave at b...
Altera_Forum
Honored Contributor
13 years agoI would avoid using chipselect for starters. This is from the spec, pay extra attention to the last sentence:
"When present, a slave port ignores all Avalon-MM signals unless chipselect is asserted. chipselect must be used in combination with read or write. The chipselect signal is not necessary; Altera does not recommend using it." Have you simulated your system to see what is happening at the fabric level? That's typically where I start when debugging issues that resemble this.