AR #33527 - Serial RapidIO v5.4 - Example design "implement.bat" file has error

All Recent Answers

Search Answers Database


 

Serial RapidIO v5.4 - Example design "implement.bat" file has error

AR# 33527
Topic IP-RapidIO-Serial
Last Modified 2009-09-17 00:00:00.0
Status Active

Description

Keywords: RIO, SRIO, implement, NGDBuild

The "implement.bat" file generated for the Example Design with the Serial RapidIO v5.4 core contains a syntax error which will cause NGDBuild to fail with the following error:

ERROR:Portability:90 - Command line error: Argument "srio_v5_4_x1_vhdl_top.ucf"
has an invalid extension. The valid extension is ".ngd". If your file name
has more than one "." in it you must explicitly enter the full file name with
its extension.

Solution

To fix this issue, this line:

ngdbuild -sd ..\..\ -sd ..\..\netlists\ -sd ../../example_design/chipscope/ :> -uc srio_v5_4_top.ucf srio_v5_4_top

Needs to be changed to this:

ngdbuild -sd ..\..\ -sd ..\..\netlists\ -sd ..\..\example_design\chipscope\ -uc srio_v5_4_top.ucf srio_v5_4_top


Revision History
09/17/2009 - Initial Release
 
 
/csi/footer.htm