Forum Discussion
CBlow
Occasional Contributor
5 years agoJAM/JBC file size increase from Quartus 16 to 20
Hello,
A 10M04SCE144I7N design compiled in Quartus 16.1 generates JAM and JBC files that are 178KB and 357KB respectively.
When the same design is compiled in Quartus 20.1, the JAM and JBC files ...
- 5 years ago
Hi,
You will need to use the command below to include the real-time ISP.
quartus_cpf -c <name>.pof <name>.jam -o background_programming=on
JohnT_Altera
Regular Contributor
5 years agoHi,
Could you share with me the JAM file generated in Quartus 16.1 and 20.1?
- CBlow5 years ago
Occasional Contributor
Hi John,
I am unable to post the original files, so I created a test project consisting of an 8-bit counter.
There are 3 files in the zip.testv16.jam, Compiled in 16.1, JAM size is 73 KB
testv20.jam, Compiled in 20.1, JAM size is 185 KB
testv20_v16.jam, Taking the POF from 20.1 and using the 16.1 programmer to create the JAM, JAM size is 73 KB.
Thanks.