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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [synthesis/] [xilinx/] [xst_verilog_virtex5.opt] - Blame information for rev 68

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

powered by: WebSVN 2.1.0

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