Gwenhael Goavec-Merou

Results 427 comments of Gwenhael Goavec-Merou

Yep modifying `jtag.cpp` is not required since `xvc` is a different approach: merging both in a same class will only increase complexity (but maybe a common super class is required...

Texte source Looks good. But instead of using 6bits for TMS (it's true for FTDI MPSSE but not for others) it's the longest sequence to search. Anyway it's relevant to...

In fact I'm wrong. your proposal with a generic method to pass tms & tdi vector directly to the lowlevel driver seems better. In fact having, at xvc level, a...

I try,usually, to find the best way to avoid to have in future to rewrite/modify/rethink class (I have already done that for jtag.cpp to be less ftdi compliant and more...

Hi. I have pushed a [first draft](https://github.com/trabucayre/openFPGALoader/commit/34ff4f40203977ebe7fbd1239fd17fe462af66a0) for XVC server side protocol (currently limited to be used with FTDI devices). I'm interested by feedbacks/remarks/complains Thanks

Any news? Can I close this issue? Thanks

Hi It's not clear for me: - You propose to store spiOverJtag bridge in gzip format, uncompress this file before loading in RAM ? or - sending the gzip by...

I'm agree with both proposition. A small test with xilinx compression and/or gzip shows: | size | compression | |--------:|--------------------| |2192129 | without xilinx compression | | 236791 | with...

It's true, sometime letting deduce behaviour automatically is not a good thing. I think adding option to provides file format it's a good idea and the only solution to allows...

My problem is to be sure for all 3 platforms :-) Currently the documentation to install under windows and macOS is missing, if at least I don't break everything that...