Hello all,

I have tried to add data file, for Lattice LCMXO2-1200-CSBGA, but the urjtag failed to load the neccessary data file at datect, altrough my data files were correct.

Then I have realized that partname (lcmxo2-1200-csbga132) is longer then 20 byte, and this causes the problem. Some parts in the data dir also have longer name than 20 character (lattice/m4a3-256.192-fpbga256 for e.g.), so I should suppose to increase the size of name field to 64 character for e.g.

Regards,
Miklós
Index: src/tap/detect.c
===================================================================
--- src/tap/detect.c	(revision 1971)
+++ src/tap/detect.c	(working copy)
@@ -48,7 +48,7 @@
 
 struct id_record
 {
-    char name[20];
+    char name[64];
     char fullname[100];
 };
 
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to