Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How to generate .jbc file from command line?

Altera_Forum
Honored Contributor II
1,718 Views

I'd like to be able to use a command line to convert a .cdf file to a Jam Byte Code (.jbc) file in the same way as described in chapter 14 of the max ii device handbook (http://www.altera.com/literature/hb/max2/max2_mii51015.pdf) using the GUI. 

 

This is so that I can re-generate the .jbc file each time I run the flow in Quartus from a .tcl script. 

 

Can anyone please help me and let me know how this can be done?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
915 Views

Does anybody know how I can do this?

0 Kudos
Altera_Forum
Honored Contributor II
915 Views

Automatic generation of *.jam or *.jbc files can be selected in device options.

0 Kudos
Altera_Forum
Honored Contributor II
915 Views

Thank you for your reply FvM.  

 

I'm not sure how or if this deals with multi device chains though? There is nowhere I can see to define this in the device options. This is why I want to use a .cdf file where I've then specified the devices in the chain and which one I wish to program. 

 

However I have also just received a response from Altera that tells me to use the following command which works and produces an identical .jbc output file : 

 

quartus_cpf -c top_level.cdf output.jbc
0 Kudos
Reply