Forum Discussion
Altera_Forum
Honored Contributor
14 years agoConnecting an 8-bit peripheral to a 32-bit avalon bus
Hello, I am connecting an I2C core to a ColdFire V1 IP Core using the Avalon Bus in SOPC. I get a warning about the slave (I2C core), which has 8-bit registers, not having byteenables. Then it ...
Altera_Forum
Honored Contributor
14 years agoI tried your suggestion of using the byteenable, but now I have many configuration registers within the i2c module being optimized away (some which I need to stay). Perhaps that byteenable fix isn't going to work for my file or do I need some modification of my top-level IP to make it work? See the attached of what I did.