AR# 35238

|

MIG v3.4 Spartan-6 MCB LPDDR - MIG generated ise_flow.bat script file is missing the Bitgen command to create a bitfile

描述

MIG generates an "ise_flow.bat" script file in the output "example_design/par" and "user_design/par" directories. 

When invoked, this script file runs the design through synthesis, implementation, Trace, and BitGen resulting in a bitmap file to download to a board. 

For Spartan-6 FPGA LPDDR in MIG 3.4, the BitGen command is missing in the ise_flow.bat script and should be manually added. 

This only affects Spartan-6 FPGA LPDDR designs generated for the XST flow (Synplicity designs not affected).

解决方案

The following command needs to be added to the ise_flow.bat script file to generate the bitmap file.

 

For an example design:

bitgen -intstyle ise -f mem_interface_top.ut example_top.ncd

For a user design:
bitgen -intstyle ise -f mem_interface_top.ut <component_name />.ncd 

 

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
34587 MIG v3.4 - Release Notes and Known Issues for ISE Design Suite 12.1 N/A N/A

相关答复记录

Answer Number 问答标题 问题版本 已解决问题的版本
34587 MIG v3.4 - Release Notes and Known Issues for ISE Design Suite 12.1 N/A N/A
AR# 35238
日期 08/27/2014
状态 Active
Type 已知问题
IP
People Also Viewed