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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [make_ise/] [imp_s3_speed_maptd.opt] - Diff between revs 12 and 22

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

Rev 12 Rev 22
Line 1... Line 1...
FLOWTYPE = FPGA;
FLOWTYPE = FPGA;
#
#
# $Id: imp_s3_speed_maptd.opt 405 2011-08-14 08:16:28Z mueller $
# $Id: imp_s3_speed_maptd.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.2.1  use -fastpaths, -u, -tsi for trce
 
# 2013-10-05   537   1.2    use -detail for map
# 2011-08-13   405   1.1    renamed, moved to rtl/make;
# 2011-08-13   405   1.1    renamed, moved to rtl/make;
# 2007-07-20    67   1.0    Initial version
# 2007-07-20    67   1.0    Initial version
#
#
# Derived from ISE balanced.opt
# Derived from ISE balanced.opt
# Uses timing driven map like 'mapphyssynthesis' SmartExplorer strategy
# Uses timing driven map like 'mapphyssynthesis' SmartExplorer strategy
Line 37... Line 39...
-timing;                 # Perform a timing-driven packing
-timing;                 # Perform a timing-driven packing
-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
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
 
-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
 
 
#
#
Line 49... Line 52...
#
#
# 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)
-fastpaths;                  # report fastest paths/verbose hold paths
-xml _map.twx;       # Output XML version of the timing report
-u 25;                       # report unconstrained paths
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
 
-xml _map.twx;       # Output XML version of the timing report
 
-tsi .tsi;           # produce timing specification interaction report
_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
 
 
#
#

powered by: WebSVN 2.1.0

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