
Bitporter User Guide
PAGE 19
Chapter 4 – Using the Achronix STAPL Player
Introduction
The Achronix STAPL Player (
axc_stapl_player.exe
) takes the bitstream output of the
Achronix CAD Environment (ACE) in STAPL format, and then runs (or plays) the STAPL
program. The program causes the Bitporter pod to pass these commands to the JTAG port of
an Achronix FPGA. The STAPL player executable is run from a Windows or Linux command
prompt.
Command Syntax
The STAPL player command syntax is:
acx_stapl_player [options] [filename]
The available command options are listed in
Note:
The option names are not case sensitive.
Table 4-1:
acx_stapl_player.exe Command Options
Option
Description
-h
Displays the help message.
-q
Displays the name and state of all available USB-connected pods, and
all Ethernet-connected pods regardless of availability (the pod's cur-
rent owner's IP address is shown if the pod is not available).
(1)(2)
“Querying the Availability of Connected Pods (-q
-a<action>
Specifies an action name (see
-d<proc=1>
Enables an optional procedure.
-d<proc=0>
Disables a recommended procedure.
-d<var=val>
Initializes STAPL variable (var) to specified value (val).
-id
Sets IPv4 configuration of a currently USB-connected pod to DHCP
(dynamic IP) so that it may be connected via Ethernet.
(3)
-iq
Displays the current IPv4 configuration of a connected pod.
(2)
-is<config>
Static IP Configuration mode sets the static IPv4 configuration of a cur-
rently USB-connected pod so that it may be connected via Ethernet. The
argument <
config>
is a comma-delimited list of configuration options —
follow the s with a comma, then the desired IP address, a comma, then
the subnet mask, a comma, then the default gateway.
(3)
Static IP example:
-is,192.168.1.123,255.255.255.0,192.168.1.1