Examples – Altera Quartus II Scripting User Manual

Page 79

Advertising
background image

Chapter 2: Command-line Executables

2–53

quartus_pgm

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

V, CV, VL, CVL, IV

B, CB, IB

R, RB, CR, CRB, IR, IRB

E, CE, IE

L, CL

S

in which:

* Serial FLASH Loader option only
** Cannot be used in combination with other options

Note: Specifying a <device_index> is optional, but if you specify a <device_index> for one device, you
must specify a <device_index> for all devices. You cannot specify a <device_index> for devices in a
Passive Serial chain. Each device in a multi-device chain must have a corresponding -o construction.

Examples

Option

Description

P

Program

R

Erase

L

Lock/Security Bit

I

Initialize Bridge Device*

V

Verify

B

Blank-check

C

ISP Clamp

E

Examine**

S

Skip/Bypass**

Behavior

Option Syntax

JTAG Program

-o pvb;file.pof -o pvbi;file.jic

JTAG Examine

-o e;file.pof;device_name -o ei;file.jic;device_name

Skip Device (JTAG Bypass

-o s;device_name

Passive Serial Program

-o file.sof

Active Serial Program

-o pl;file.pof

Passive Serial Chain

-o file1.sof -o file2.sof -o file3.sof

JTAG Chain

-o p;file1.pof -o s;file2.pof -o v;file1.pof@1 -o p;file2.pof@2

CDF

quartus_pgm -c byteblastermv[lpt1] file.cdf

Advertising