UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
General Description:
When I use the Altera STAPL file player with a STAPL file created by iMPACT, the following error occurs:
"Error on line xx : bounds error"
This is a known issue with the Altera STAPL player.
To work around the problem, Xilinx suggests adjusting the Altera STAPL player code.
Modify these constants in the Jamdefs.h file:
//#define JAMC_MAX_JTAG_DR_LENGTH 2048
#define JAMC_MAX_JTAG_DR_LENGTH 2048*1000 // new value
//#define JAMC_MAX_STATEMENT_LENGTH 8192
#define JAMC_MAX_STATEMENT_LENGTH 8192*1000 // new value
AR# 14164 | |
---|---|
Date | 12/15/2012 |
Status | Active |
Type | General Article |