OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [synthesis/] [xilinx/] [xst_verilog_spartan6.opt] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 olivier.gi
FLOWTYPE = FPGA_SYNTHESIS;
2
#########################################################
3
## Filename: xst_verilog.opt
4
##
5
## Verilog Option File for XST targeted for speed
6
## This works for FPGA devices.
7
##
8
## Version: 11.1
9
## $Header: /devl/xcs/repo/env/Jobs/Xflow/data/optionfiles/spartan6_xst_verilog_speed.opt,v 1.1 2008/10/20 23:38:48 rvklair Exp $
10
#########################################################
11
#
12
# Options for XST
13
#
14
#
15
Program xst
16
-ifn _xst.scr;            # input XST script file
17
-ofn _xst.log;            # output XST log file
18
-intstyle xflow;                  # Message Reporting Style: ise, xflow, or silent
19
#
20
# The options listed under ParamFile are the XST Properties that can be set by the
21
# user. To turn on an option, uncomment by removing the '#' in front of the switch.
22
#
23
ParamFile: _xst.scr
24
"run";
25
#
26
# Global Synthesis Options
27
#
28
"-ifn ";             # Input/Project File Name
29
"-ifmt Verilog";                  # Input Format
30
"-ofn ";                  # Output File Name
31
"-ofmt ngc";                          # Output File Format
32
"-p ";                  # Target Device
33
"-opt_level 2";                   # Optimization Effort Criteria
34
                                  # 1 (Normal) or 2 (High)
35
"-opt_mode SPEED";                # Optimization Criteria
36
                                  # AREA or SPEED
37
"-vlgincdir ../src/";
38
End ParamFile
39
End Program xst
40
#
41
# See XST USER Guide Chapter 8 (Command Line Mode) for all XST options
42
#
43
 
44
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.