^

AR# 23952 11.1 NGDBuild - Adding a "system.xmp" file to my project as a submodule source results in: "Failed to process BMM file edkBmmFile.bmm"


When I add a "system.xmp" file as a submodule source to my project in ISE, the following message occurs from NGDBuild:

"Processing BMM file ...

Failed to process BMM file edkBmmFile.bmm"

If the "system.xmp" file is instantiated in a generate statement, the path in the BMM file will be incorrect. The following is an example of an incorrect BMM path:

<top_level>/<system_instance_name>/ppc_core/bram1/bram1/ramb16_0 [31:30] ;

The correct path in the BMM file is as follows:

<top_level>/<generate_label>.<system_instance_name>/ppc_core/bram1/bram1/ramb16_0 [31:30] ;

To prevent ISE software from overwriting the modifications that you made in the file, mark the file as read only.
AR# 23952
Date Created 09/04/2007
Last Updated 03/31/2011
Status Active
Type
Feed Back