On Tue, Feb 7, 2012 at 5:27 PM, Jie Zhang <[email protected]> wrote: > On Tue, Feb 7, 2012 at 10:55 AM, Drasko DRASKOVIC > <[email protected]> wrote: >> Hi Mike, >> thanks for your answers. >> >> On Tue, Feb 7, 2012 at 4:17 PM, Mike Frysinger <[email protected]> wrote: >>> On Tuesday 07 February 2012 09:55:14 Drasko DRASKOVIC wrote: >>>> How can I do it ? >>> >>> select the part then define the signals/insns manually, >> >> Which should be the commands to define instructions manually ? >> Do I really need to define the signals manually (what would sifnals >> represent here ?) >> > Just take a look at any file under data/. For example, > <http://urjtag.svn.sourceforge.net/viewvc/urjtag/trunk/urjtag/data/analog/bfin/bfin?revision=1883&view=markup>. > > You will not need to define signals unless you need boundary scan. If > you do, you can ask the producer of the processor for the BSDL file > for that processor and use it to generate the data file. > >>> or use "include" to >>> load a file defining everything >> This sounds interesting... Is there some already present example how >> include file should be written and sourced ? >> > The include file is just a normal data file.
Thanks a lot, I realized this later ;)... I was able to include a file, similar to a regular part description file, containing "instruction" and "register" commands. Fro there on, UrJTAG was aware of length and contents of my "Unknown" part IR. BR, Drasko ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
