Hi Tomek > However I work > under win32 and there is absolutely no way to get all of the "bsdl > dump" command result into buffer, so I recommend to add additional > parameter for this command or create new command, to dump result into > a file.
In the past, we had the "bdl dump" wrapped into a standalone script called bsdl2jtag. That's been simplified even further thanks to the librification. It's now built as a native executable without wrappers or output redirection: Usage: bsdl2jtag <bsdl-file> <jtag-file> Converts a BSDL file to a jtag part description. Parameters bsdl-file : Name of BSDL file jtag-file : Name of converted jtag description file It's available in the current SVN trunk urjtag/ variant. Would this work for you or are you specifically looking to do "bsdl dump" from within a jtag session? Hope this helps. Arnim ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
