Altera_Forum
Honored Contributor
15 years agoByteBlasterMV programming with JTAG disabled
I’ve disabled JTAG so I can use the JTAG pins for I/O and used a JBC file to program an EPM7064S using ByteBlasterMV. Using a POF file doesn’t work.
As far as I can tell the programming seems to have work including the use of the JTAG pins for user I/O. Although the verify function doesn’t work. How does this work? Why doesn’t the verify work? Is there anything I need to watch out for? If I program all of the JTAG pins as O/P will it stop the JTAG programming from working? Some of my settings .... set_global_assignment -name DEVICE "EPM7064SLC44-10" set_global_assignment -name LAST_QUARTUS_VERSION "9.1 SP2" set_global_assignment -name MAX7000_DEVICE_IO_STANDARD TTL set_global_assignment -name MAX7000_ENABLE_JTAG_BST_SUPPORT OFF set_global_assignment -name SECURITY_BIT OFF set_global_assignment -name GENERATE_JBC_FILE ON Terry