Forum Discussion
Hi @vikasx.jatharX ,
- We are using Quartus 15.1 Web Edition to make the POF files.
- It is our own design, not a dev-kit. The 10M08 FPGA is connected to a EPM7032 CPLD in one JTAG chain
- We use a lot of the (free) IP to access most of the FPGA features. But I cannot detail everything here in an open forum. I do not believe that this is relevant because the problem does not occur in user mode.
- Yes, I am aware of that application note you have linked to and I think I followed it in every detail.
Some more observations:
For the Quartus Programmer I tried 15.1 and also 18.1 - no change in behaviour.
Programming time for both CPLD and FPGA is...
without ISP clamp: 15-20 seconds
with ISP clamp: 130-150 seconds
With ISP clamp it always does a verify, regardless if i put a tick to the verify check boxes or not.
When you add an isp file in the programmer, it always does ISP clamp, regardless if I put a tick to the ISP clamp checkboxes or not.
To enable ISP clamp I tried the following methods:
- Adding ISP file in the programmer. In this file exactly one pin is forced to HIGH, the others are left untouched.
- Adding the ISP-clamp property to the pin in the assignment editor in Quartus and re-generate the POF file.
Both have exactly the same behaviour.
But maybe we should start one step before: The reason for ISP clamp is, that I am using it as a workaround for another problem. I would not have to use the ISP clamp feature at all, when the "weak pull up"-feature would be working in programming mode.
But this is also kind of buggy:
I have set the tick mark at "enable weak pull up" in the ICB settings when I generated the POF file. It seems that the weak pullup is active with an empty, unconfigured device. But when I start programming the inernal flash, the pins appear to change to tristate mode. This is what is causing the my trouble. So I tried to use ISP clamp to force the relevant pin to high. But with a weak pullup that would also be fine.
So the question is: Can I use weak pullup when I program the internal flash?
Andi