Forum Discussion
I am using jtag to program EPM7128S (not JAM Player)
I converted the pof file into an SVF file. Svf file describes the chip burning process and jtag instructions
RUNTEST 53 TCK;
SDR 320 TDI (FFE40D7F5AFFFFFFFFFFFFFFFD7FDFF7F5FD7FDF947FAFFFDFFFBFFD7FFF0001EC7E7EC7E40B4A56);
SIR 10 TDI (01A);
RUNTEST 53 TCK;
SDR 320 TDI (FFBEEF7F5F96BF7D4A5A97FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7BFFFFFFFFFFFFFFFFF);
The data sent by the SDR 320 TDI is the pof data content.
I know how the data in the first half of the pof file is converted to SDR 320 TDI.
But I don't know how to convert the second half.
I also don't know how to verify chip.
The screenshot of the second half is as follows:
My question: EPM7128S programming process
1. How to convert pof data into SDR 320 in svf file
2. How to verify the chip after programming