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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [make/] [imp_7a_speed.opt] - Diff between revs 22 and 24

Only display areas with differences | Details | Blame | View Log

Rev 22 Rev 24
FLOWTYPE = FPGA;
FLOWTYPE = FPGA;
#
#
# $Id: imp_7a_speed.opt 539 2013-10-13 17:06:35Z mueller $
# $Id: imp_7a_speed.opt 539 2013-10-13 17:06:35Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2013-10-11   539   1.1.1  use -fastpaths, -u, -tsi for trce
# 2013-10-11   539   1.1.1  use -fastpaths, -u, -tsi for trce
# 2013-10-02   537   1.1    Proper options for Artix-7 (RegDup only); -detail
# 2013-10-02   537   1.1    Proper options for Artix-7 (RegDup only); -detail
# 2013-09-21   534   1.0    Initial version (cloned from imp_s6_speed.opt)
# 2013-09-21   534   1.0    Initial version (cloned from imp_s6_speed.opt)
#
#
# Derived from ISE balanced.opt
# Derived from ISE balanced.opt
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
#
#
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Options for Translator
# Options for Translator
#
#
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
#
#
Program ngdbuild
Program ngdbuild
-p ;        # Partname to use - picked from xflow commandline
-p ;        # Partname to use - picked from xflow commandline
-nt timestamp;        # NGO File generation. Regenerate only when
-nt timestamp;        # NGO File generation. Regenerate only when
                      # source netlist is newer than existing
                      # source netlist is newer than existing
                      # NGO file (default)
                      # NGO file (default)
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
;         # User design - pick from xflow command line
;         # User design - pick from xflow command line
.ngd;         # Name of NGD file. Filebase same as design filebase
.ngd;         # Name of NGD file. Filebase same as design filebase
End Program ngdbuild
End Program ngdbuild
#
#
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Options for Mapper
# Options for Mapper
#
#
# Type "map -h " for a detailed list of map command line options
# Type "map -h " for a detailed list of map command line options
#
#
Program map
Program map
-o _map.ncd;     # Output Mapped ncd file
-o _map.ncd;     # Output Mapped ncd file
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
-ol high;                # Effort level
-ol high;                # Effort level
-xe n;                   # Extra effort level for timing-driven packing (normal)
-xe n;                   # Extra effort level for timing-driven packing (normal)
-register_duplication on;# Duplicate registers/luts during timing-driven packing
-register_duplication on;# Duplicate registers/luts during timing-driven packing
-w;                      # Always overwrite any existing output files
-w;                      # Always overwrite any existing output files
-mt 2;                   # Multi-threading
-mt 2;                   # Multi-threading
-detail;                 # detailed map report
-detail;                 # detailed map report
.ngd;  # Input NGD file
.ngd;  # Input NGD file
.pcf;  # Physical constraints file
.pcf;  # Physical constraints file
END Program map
END Program map
#
#
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Options for Post Map Trace
# Options for Post Map Trace
#
#
# Type "trce -h" for a detailed list of trce command line options
# Type "trce -h" for a detailed list of trce command line options
#
#
Program post_map_trce
Program post_map_trce
-v 3;                        # Produce verbose timing report
-v 3;                        # Produce verbose timing report
#-e 3;                       # Produce error report (limit 3 items/constraint)
#-e 3;                       # Produce error report (limit 3 items/constraint)
-xml _map.twx;       # Output XML version of the timing report
-xml _map.twx;       # Output XML version of the timing report
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
_map.ncd;  # Input mapped ncd
_map.ncd;  # Input mapped ncd
.pcf;      # Physical constraints file
.pcf;      # Physical constraints file
END Program post_map_trce
END Program post_map_trce
#
#
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Options for Place and Route
# Options for Place and Route
#
#
# Type "par -h" for a detailed list of par command line options
# Type "par -h" for a detailed list of par command line options
#
#
Program par
Program par
-w;                       # Overwrite existing placed and routed ncd
-w;                       # Overwrite existing placed and routed ncd
-ol high;                 # Overall effort level
-ol high;                 # Overall effort level
-xe n;                    # extra effort level
-xe n;                    # extra effort level
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
-mt 2;                    # Multi-threading
-mt 2;                    # Multi-threading
_map.ncd;         # Input mapped NCD file
_map.ncd;         # Input mapped NCD file
.ncd;   # Output placed and routed NCD
.ncd;   # Output placed and routed NCD
.pcf;   # Input physical constraints file
.pcf;   # Input physical constraints file
END Program par
END Program par
#
#
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Options for Post Par Trace
# Options for Post Par Trace
#
#
# Type "trce -h" for a detailed list of trce command line options
# Type "trce -h" for a detailed list of trce command line options
#
#
Program post_par_trce
Program post_par_trce
-v 3;                        # Produce verbose timing report
-v 3;                        # Produce verbose timing report
-fastpaths;                  # report fastest paths/verbose hold paths
-fastpaths;                  # report fastest paths/verbose hold paths
-u 25;                       # report unconstrained paths
-u 25;                       # report unconstrained paths
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
-xml .twx;           # Output XML version of the timing report
-xml .twx;           # Output XML version of the timing report
-tsi .tsi;           # produce timing specification interaction report
-tsi .tsi;           # produce timing specification interaction report
.ncd;      # Input placed and routed ncd
.ncd;      # Input placed and routed ncd
.pcf;      # Physical constraints file
.pcf;      # Physical constraints file
END Program post_par_trce
END Program post_par_trce
 
 

powered by: WebSVN 2.1.0

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