Altera_Forum
Honored Contributor
9 years agoEmbedded Jam STAPL Player, long programming time
Hello,
I have ported the Jam STAPL bytecode player to my embedded processor in order to program MAX 10 devices. So far the programming works fine. However, it takes ages for the player to get the MAX 10 programmed. The .jbc file has a size of about 120 kBytes and the programming takes approximately 5 minutes. I have verified that the ported routine jbi_delay() works as expected and delays for the desired time. Scoping the JTAG signals showed pulse packets on the TCK line with a length of about 500 microseconds. Between the pulse packets there are gaps of 1 to 1.5 milliseconds. Now I'm wondering whether I have missed something in the porting process. Is there a chance to speed up the programming?