AN 425: Using the Command-Line Jam™ STAPL Solution for Device Programming
ID
683089
Date
10/14/2024
Public
1.1. Jam™ STAPL Players
1.2. Jam™ STAPL Files
1.3. Using the Jam™ STAPL Player
1.4. Using the quartus_jli Command-Line Executable
1.5. Using Jam™ STAPL for ISP with an Embedded Processor
1.6. Board Layout
1.7. Embedded Jam™ STAPL Players
1.8. Updating Devices Using Jam
1.9. Document Revision History for AN 425: Using the Command-Line Jam™ STAPL Solution for Device Programming
1.1. Jam STAPL Players
Altera supports two types of Jam STAPL file formats. There are two Jam STAPL players to accommodate these file types.
- Jam STAPL Player—ASCII text-based Jam STAPL files (.jam)
- Jam STAPL Byte-Code Player—byte-code Jam STAPL files (.jbc)
The Jam STAPL players parse the descriptive information in the .jam or .jbc. The players then interprets the information as data and algorithms to program the targeted devices. The players do not program a particular vendor or device architecture but only read and understand the syntax defined by the Jam STAPL specification.
Alternatively, you can also use the quartus_jli command-line executable to program and test Altera® devices using .jam or .jbc. The quartus_jli command-line executable is provided with the Quartus® II software version 6.0 and later.