SW-QUARTUS-SE-FIX Altera, SW-QUARTUS-SE-FIX Datasheet - Page 20

QUARTUS II ANNUAL SUBSCRIPTION

SW-QUARTUS-SE-FIX

Manufacturer Part Number
SW-QUARTUS-SE-FIX
Description
QUARTUS II ANNUAL SUBSCRIPTION
Manufacturer
Altera
Type
Design Softwarer
Series
QUARTUS IIr

Specifications of SW-QUARTUS-SE-FIX

Mfg Application Notes
Software Licensing App Note
Core Architecture
CPLD, FPGA
Supported Families
Quartus II, Nios II
Software Edition
Standard
License Type
Fixed - Node
Supported Hosts
Windows
Rohs Compliant
NA
For Use With/related Products
Altera Devices
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
544-1247
FIXEDPC

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
SW-QUARTUS-SE-FIX
Manufacturer:
Altera
Quantity:
135
Figure 5. Example of a Command-Line Script
A
quartus_map filtref --family=Stratix
quartus_fit filtref --part=EP1S10F780C5 --fmax=80MHz --tsu=8ns
quartus_sta filtref
quartus_asm filtref
LTERA
C
ORPORATION
Figure 6
workstation. The script assumes that the Quartus II tutorial project called
fir_filter exists in the current directory. The script analyzes every design file
in the fir_filter project and reports any files that contain syntax errors.
Figure 6. Example of a Linux Command-Line Shell Script
The Quartus II software also supports makefile scripts that use the
Quartus II executables, which allow you to integrate your scripts with a
wide variety of scripting languages.
#!/bin/sh
FILES_WITH_ERRORS=""
for filename in `ls *.bdf *.v`
do
done
if [ -z "$FILES_WITH_ERRORS" ]
then
else
fi
shows an excerpt from a command-line script for use on a Linux
quartus_map fir_filter --analyze_file=$filename
if [ $? -ne 0 ]
then
fi
echo "All files passed the syntax check"
exit 0
echo "There were syntax errors in the following file(s)"
echo $FILES_WITH_ERRORS
exit 1
FILES_WITH_ERRORS="$FILES_WITH_ERRORS $filename"
I
NTRODUCTION TO THE
Q
UARTUS
C
C
OMMAND
HAPTER
II S
OFTWARE
-L
1: D
Creates a new
Quartus II project
targeting the Stratix
device family
Performs fitting for
the EP1S10F780C5
device and specifies
global timing
requirements
Performs timing
analysis
Generates
programming files
INE
ESIGN
E
XECUTABLES
F
LOW
11

Related parts for SW-QUARTUS-SE-FIX