From: John on
Hello!

I am try to use TCL with libCseJtag.dll from Xilinx chipscope. I try
set pins like TCK, TDI, TMS by script.
Like it descibe at ug029.pdf:
For example clock I can run in the loop:
csejtag_target set_pin $handle $CSEJTAG_TCK 0
csejtag_target set_pin $handle $CSEJTAG_TCK 1

Script work, not get any error. Chaining correctly done and all good,
BUT! TCK, TDI, TMS by this commands not set!
Any body try to do this?

Best Regards,
Ivan
From: John on
On 2 äåê, 10:23, John <isuva...(a)gmail.com> wrote:
> Hello!
>
>  I am try to use TCL with libCseJtag.dll from Xilinx chipscope. I try
> set pins like TCK, TDI, TMS by script.
>  Like it descibe at ug029.pdf:
>    For example clock I can run in the loop:
>     csejtag_target set_pin $handle $CSEJTAG_TCK 0
>     csejtag_target set_pin $handle $CSEJTAG_TCK 1
>
>  Script work, not get any error. Chaining correctly done and all good,
> BUT!  TCK, TDI, TMS by this commands not set!
>  Any body try to do this?
>
> Best Regards,
> Ivan

I can remodify my qestion: May task can be made with JTAG Loader from
Ken Chapman for Picoblaze, but it not work with Xilinx USB JTAG. What
I need to do?