Can the programming be changed to load POF files? Loading JBC file works but programming the chip does not result in a working CPLD. Loading the JAM file will just give a bunch of ASCII text that has nothing to do with the program.
Also, the programming speed of an altera usb blaster is 2 seconds but the GQ-4X is 17 seconds. Is there a way to make it faster?
Currently only .jbc file supported. If the chip can be verified after program, then it should work. Otherwise check your code. There are rooms in software to make it faster. But the USB Blaster hardware is specifically tailored to JTAG only, it should work faster.
The JBC file verified correctly but i'm afraid how the program loads the JBC file into the software. If there are comments and headers in the file, i'm afraid it takes up some of the code space which is incorrect. I can send a screenshot of the file loaded and you can tell if me it looks funny to you or not.
No. The file loaded into the buffer will be processed when doing programming. All comments will be removed and not going to the device memory. If the comments go to the device, then the device will never work.
You can use a standard Altera JTAG blaster to do the verification.
Can I request that the next version of the software really optimize the JTAG? I'm getting about 21 seconds with program and verification. Very cool that it works now. Thanks!