I have a design with several byte addressable memories and also several word addressable memories. When I don't check the "read memory as byte addressable", I get warnings for the byte addressable memories that they have been read as word addressable and the opposite when I check it (warnings for word addressable memories read as byte addressable). Is this a problem? Is there any way to resolve this correctly?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.