Thank´s for that advice. I wasn´t aware of the similarity of these languages. OK, as I´m not a SW-Developer we will see what happens first: Anyone with more SW skills implements it (I can assist with my VHDL knowledge) or I get a huge amount of time to do so.
Ohh, yes you are right! OK, so this would require deeper changes like additional look-behind assertion. I could understand if this does not get high priority as the benefit is not that big. However if anyone could spend some time on it, this would be fine.
LexVHDL.cxx allow <'> (apostrophe) as word start
Update: Running urJTAG with debug log level shows me that it does not exit from while(revd==0) loop in usbconn_ftd2xx_flush() of libftd2xx.c. So the FT_Read function does not read anything and that´s why it does not go on. Until that point everything does seem to work fine... I suppose I have to figure out if expecting to receive data is wrong or if FT_Read does not run fine...
I got this programmer: https://shop.trenz-electronic.de/en/TEI0004-02-ARROW-USB-Programmer2-for-development-with-Intel-FPGAs-2.54mm-header?c=27 it has not much more than a FTDI2232H chip. Unfortunately I don´t get it run with urJTAG. The same board with the Altera-USB-Blaster works fine. But when using the mentioned ARROW-USB-Prog the 'detect' command does not finish with success. What I´m doing: jtag> cable ft2232 pid=0x6010 vid=0x0403 interface=0 jtag> detect I tried it with all other urJTAG cables...
Hi, as I wasn´t able to execute urJTAG on Windows10, I tried it first in a Virutal Linux to check if urJTAG works fine with my Hardware. And it does. Thanks to the developers for this great job! Now, I´d like to go on with the implementation on Windows10. Therefor I tried to cross-compile on my virutal linux. Running on linux (ubuntu) sudo ./configure --host=x86_64-w64-mingw64 make fails with: ./.libs/lt-bsdl2jtag.c:318:25: error: '_P_WAIT' undeclared (first use in this function); did you mean 'WNOWAIT'?...
Windows: bad $func_resolve_sysroot_result
OK, don´t know what was the right thing but my last mentioned error is solved. I copied the ftd2xx.h to ../src/tap directory, which seems to be necessary (but don´t know, why it didn´t work when I wrote above entry). Doing ./configure --host=x86_64-w64-mingw64 --with-ftd2xx="C:\Users\user\Downloads\urjtag_2017_10\CDMv2WHQL" make I don´t get the error usbconn/libftd2xx.c:41:20: fatal error: ftd2xx.h: No such file or directory any more. But getting other error. I´ll report it in another thread. I still...