General Description: When I simulate Virtex Block RAM, the following error is reported in the simulator:
"Memory write address exceeds defined memory bounds."
However, the address is valid for the given component.
解决方案
The following steps will resolve this error:
1. Open the simulator. 2. Select Options -> Preferences. 3. On the Simulation tab change the Memory Range to "Lower Mem Address: 0" and "Upper Mem Address: 65536" (or the appropriate value for your memory address).