Hello.

I'm trying to create a urjtag file from the following BSDL file:
https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/8AE1229FCCB18B7B87256DF0005AE340

SInce this BSDL file contains the following, I have also downloaded
IBMDFT_1149_1_1998_V5.
use STD_1149_1_1994.all ;
use IBMDFT_1149_1_1998_V5.all ;

This file can be downloaded at
https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/519ADC0C9F7692708725716B00600833

After running bsdl2jtag, the following output is given:
---------------------------
-E- In Package IBMDFT_1149_1_1998_V5, Line 83, Error in User-Defined
Package declarations.
-E- BSDL file 'stbx25xx.bsdl' contains errors in VHDL stage, stopping
bsdl: syntax error!
---------------------------

Line 83 in IBMDFT_1149_1_1998_V5 is:
use STD_1149_1_1994.all;

I've tried removing line 83, moving it, changing it as well as
including the IBMDFT_1149_1_1998_V5 in the target BSDL (instead of the
use line) - no luck.
Am I missing something or is this a bug in urjtag?

Greetings,

Christian Svensson
Codelead Systems Sweden - http://codelead.se

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to