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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [synthesis/] [xilinx/] [xst_verilog_spartan3adsp.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/fpga_xst_verilog_speed.opt,v 1.14 2008/10/20 23:47:14 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
"-verilog2001 YES";               # Enables the use of Verilog 2001 Constructs
34
                                  # YES, NO
35
 
36
"-vlgincdir ../src/";
37
 
38
"-opt_level 2";                   # Optimization Effort Criteria
39
                                  # 1 (Normal) or 2 (High)
40
"-opt_mode SPEED";                # Optimization Criteria
41
                                  # AREA or SPEED
42
#"-uc .xcf";              # Constraint File name
43
#"-case maintain";                # Specifies how to handle source name case
44
                                  # upper, lower, maintain
45
#"-keep_hierarchy NO";            # Prevents optimization across module boundaries
46
                                  # CPLD default YES, FPGA default NO
47
#"-write_timing_constraints NO";  # Write Timing Constraints
48
                                  # YES, NO
49
#"-cross_clock_analysis NO";      # Cross Clock Option
50
                                  # YES, NO
51
#"-iobuf YES";                    # Add I/O Buffers to top level ports
52
                                  # YES, NO
53
#
54
# The following are HDL Options
55
#
56
# The following are Xilinx FPGA specific options for Virtex, VirtexE, Virtex-II and Spartan2
57
#
58
#"-register_balancing NO";        # Register Balancing
59
                                  # YES, NO, Forward, Backward
60
#"-move_first_stage YES";         # Move First Flip-Flop Stage
61
                                  # YES, NO
62
#"-move_last_stage YES";          # Move Last Flip-Flop Stage
63
                                  # YES, NO
64
End ParamFile
65
End Program xst
66
#
67
# See XST USER Guide Chapter 8 (Command Line Mode) for all XST options
68
#
69
 
70
 

powered by: WebSVN 2.1.0

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