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

Subversion Repositories tcp_socket

[/] [tcp_socket/] [trunk/] [xilinx_input/] [xst_mixed.opt] - Blame information for rev 2

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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