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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [make/] [imp_s6_speed.opt] - Diff between revs 12 and 17

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 12 Rev 17
Line 1... Line 1...
FLOWTYPE = FPGA;
FLOWTYPE = FPGA;
#
#
# $Id: imp_s6_speed.opt 405 2011-08-14 08:16:28Z mueller $
# $Id: imp_s6_speed.opt 449 2012-01-04 08:14:11Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version Comment
# Date         Rev Version Comment
 
# 2012-01-03   449   1.1   use '-mt 2' in map and par
# 2011-08-13   405   1.0    Initial version
# 2011-08-13   405   1.0    Initial version
#
#
# Derived from ISE balanced.opt
# Derived from ISE balanced.opt
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
#
#
Line 37... Line 38...
-xe n;                   # Extra effort level for timing-driven packing (normal)
-xe n;                   # Extra effort level for timing-driven packing (normal)
-global_opt speed;       # Perform global optimization before mapping
-global_opt speed;       # Perform global optimization before mapping
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
-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
.ngd;  # Input NGD file
.ngd;  # Input NGD file
.pcf;  # Physical constraints file
.pcf;  # Physical constraints file
END Program map
END Program map
 
 
#
#
Line 67... Line 69...
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
_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
 
 

powered by: WebSVN 2.1.0

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