Taiji

Results 19 comments of Taiji

That sounds great!! Can not wait for release version of that! You are correct, the server is also very handy for the application of remote programing and debug. Thinking about...

@trabucayre, just implanted the code today with modification of ftdiJtagMPSSE.cpp file, which could send tms and tdi, which is utilizing the data from XVC server. new function called: `int FtdiJtagMPSSE::writeTMSTDI(uint8_t...

Update, just pushed on my work, the code works with Vivado now. https://github.com/zhuangzard/openFPGALoader/tree/xvc Could communication with Vivado and show the chip(s). I my implantation is using MPSSE, just quick looked...

I did modification of jtag.cpp at begin because I was tried to use your write_TMS and write_TDI directly to build the send out logic, but with deeper understanding the code,...

I thought that work like logic as you described at the begin, and I thought I could analysis the logic and send write_TMS and write_TDI and toggleClk, but there are...

Thanks for the update. Implanting to the lower level of the code definitely is a major change, a strategized planning for sure will will benefit this project a lot. For...

Thanks for the responds, please see attached output after put `-v` ``` ~/Documents/Xilinx/Arty/GeneratorFPGA$ openFPGALoader --fpga-part xc7a100tcsg324 -c digilent_hs2 Generator_V1.runs/impl_1/Generator.bin -f -v write to flash Jtag frequency : requested 6.00MHz ->...

I removed some of comments above, because I build my own `spiOverJtag` bit file using wrong FPGA family. My comment above is the from correct device family output. The device...

If you want, I could team-viewer in my computer, you could remote work on the board if that is helpful for you.

trying to see if chip has been selected: ``` assign csn = fsm_csn; assign LEDR = ~fsm_csn; ``` The LED Red flashing quick, looks it does turn low.