AR# 39619: Design Assistant for XST - Inference concerns with ROM
AR# 39619
|
Design Assistant for XST - Inference concerns with ROM
描述
Please refer to this Answer Record for help on understand how or why a ROM is inferred.
Note: This Answer Record is a part of the Xilinx Solution Center for XST (Xilinx Answer 38927). The Xilinx Solution Center for XST is available to address all questions related to XST. Whether you are starting a new design or troubleshooting a problem, use the Solution Center for XST to guide you to the right information.
解决方案
Inferring ROM issimple with XST. The XST User Guide has examples for inferring ROM in VHDL and in Verilog. Remember that when inferring a ROM macro, it is not possible to access the internals of what is being inferred. See (Xilinx Answer 38931) for ROM examples within the XST documentation.
Use the ROM_EXTRACT attribute to force XST to not infer ROM. See (Xilinx Answer 39649) for help adding attributes into RTL.
Use the ROM_STYLE attribute to choosebetweeninferring dedicated resources or distributed resources.See (Xilinx Answer 39649) for help adding attributes into RTL.