ID:119043 Atom "<name>" is instantiated as RAM, but it is actually implemented as ROM function because the write logic is always disabled

CAUSE: You have instantiated a RAM instance. However, the write logic is always disabled, so the RAM actually behaves as ROM.

ACTION: Check your design to make sure the write logic is intentionally disabled.