AN 425: Using the Command-Line Jam STAPL Solution for Device Programming

ID 683089
Date 12/09/2016
Public
Document Table of Contents

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.