> Hi All, > > Im going to develop a configuration file for Xilinx XC9536XL CPLD. I have > developed a TAP configuration for that. Following line shows the > configuration file i have developed for XC9536XL. > > #xilinx XC9536XL > #simple device - just configure a tap > jtag newtap xc9536xl tap -irlen 8 -ircapture 0x01 -irmask 0xff > -expected-id 0x59602093 > > > When im defining a target following is the syntax > > target create <NAME> <TYPE> <PARAMS ...> > > in the type list XC9536XL or their type device category is not included.So > how to define that new type with openocd? and how to continue my work > without any problem. > Im thinking to do much more contribution to openocd.please help me to > define a new configuration file for XC9536XL.Thank you. > Hi Nuwan,
After I define adapter type, I use just this: jtag newtap xc9572 tap -irlen 8 -expected-id 0x59604093 init svf arbiter.svf sleep 200 shutdown It worked but I don't remember the version. Probably 0.4.0 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel